select-animation 1.1.0 → 1.1.1
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.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
* Copyright: ©2026 Housseyn Cheriet
|
|
7
7
|
* License: MIT
|
|
8
8
|
* ------------------------------------------------------------------------- */
|
|
9
|
-
|
|
10
|
-
"use strict";
|
|
9
|
+
|
|
11
10
|
(function (global) {
|
|
12
11
|
"use strict"; // Enable strict mode for safer JavaScript execution
|
|
13
12
|
|
|
@@ -706,7 +705,6 @@
|
|
|
706
705
|
|
|
707
706
|
// Additional helper functions can be added as needed...
|
|
708
707
|
|
|
709
|
-
})(window);
|
|
710
708
|
if (typeof module !== 'undefined' && module.exports) {
|
|
711
709
|
module.exports = {
|
|
712
710
|
animate: global.animate
|