Skip to content

Commit 21c8cb2

Browse files
committed
Merge pull request andris9#23 from punkstar/master
Always extend window.$ before window.jQuery
2 parents d0c5f49 + 0db41ab commit 21c8cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstorage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,4 @@
515515
// Initialize jStorage
516516
_init();
517517

518-
})(window.jQuery || window.$);
518+
})(window.$ || window.jQuery);

0 commit comments

Comments
 (0)