Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "timbles", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "a p chill jQuery table plugin, made by someone who literally did not invent tables", | ||
@@ -5,0 +5,0 @@ "main": "timbles", |
@@ -268,2 +268,3 @@ timbles.js | ||
## Changelog | ||
* 1.1.2 critical json sorting but, major test refactoring | ||
* 1.1.1 critical array data bug fix | ||
@@ -270,0 +271,0 @@ * 1.1.0 another sorting refactor to speed things up even more |
@@ -117,2 +117,5 @@ /** | ||
methods.generateRowsFromData.call($this, data.dataConfig.data, data.dataConfig.columns, $this); | ||
// start enabling any given features | ||
methods.enableFeaturesSetup.call($this); | ||
} | ||
@@ -161,5 +164,2 @@ else { | ||
$this.data(pluginName, data); | ||
// start enabling any given features | ||
methods.enableFeaturesSetup.call($this); | ||
}, | ||
@@ -166,0 +166,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
209769
26
3197
285