diff options
author | John Albin Wilkins <john@albin.net> | 2013-06-23 22:14:10 +0800 |
---|---|---|
committer | John Albin Wilkins <john@albin.net> | 2013-06-23 22:14:10 +0800 |
commit | 141f72923ad93e23f9e4685ffc1bcc58aae03e2a (patch) | |
tree | 591ae041aa84c0c3243371184abcd89fe540807b | |
parent | ae3a7135271fe0d24f8ada4cfde070c6dd138726 (diff) | |
download | jquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.zip jquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.tar.gz jquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.tar.bz2 |
Don't limit jQuery.once usage to jQuery 1.8.
It works with jQuery 2 as well.
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ "jquery" ], "dependencies": { - "jquery": "~1.8.0" + "jquery": ">=1.8.0" }, "main": "jquery.once.js" } |