datatables.net-autofill-zf 2.5.0 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
-
2
1
  /*! Foundation integration for DataTables' AutoFill
3
2
  * ©2015 SpryMedia Ltd - datatables.net/license
4
3
  */
@@ -33,7 +32,6 @@
33
32
  require('datatables.net-autofill')(root, $);
34
33
  }
35
34
 
36
-
37
35
  return factory( $, root, root.document );
38
36
  };
39
37
  }
@@ -1,4 +1,3 @@
1
-
2
1
  /*! Foundation integration for DataTables' AutoFill
3
2
  * ©2015 SpryMedia Ltd - datatables.net/license
4
3
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "module": "js/autoFill.foundation.mjs",
6
6
  "style": "css/autoFill.foundation.css",
7
7
  "types": "./types/types.d.ts",
8
- "version": "2.5.0",
8
+ "version": "2.5.2",
9
9
  "files": [
10
10
  "css/**/*.css",
11
11
  "js/**/*.js",