diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-26 12:19:51 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-26 12:19:51 +0100 |
commit | 3f2d005e5fb51eecfd86c39e6d09193198902f7f (patch) | |
tree | 7c71eb7c60ef781be640f5373e4b7cabd32dc932 /lib/jquery.cookie.js | |
parent | 1d2610d613576f9bce7b21bc12852da4bd77ae46 (diff) |
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
- updated jquery.cookie.js
- updated jquery.form.js
Diffstat (limited to 'lib/jquery.cookie.js')
-rw-r--r-- | lib/jquery.cookie.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jquery.cookie.js b/lib/jquery.cookie.js index 06d5e213..8463b44e 100644 --- a/lib/jquery.cookie.js +++ b/lib/jquery.cookie.js @@ -6,7 +6,7 @@ * Released under the MIT license */ (function (factory) { - if (typeof define === 'function' && define.amd && define.amd.jQuery) { + if (typeof define === 'function' && define.amd) { // AMD. Register as anonymous module. define(['jquery'], factory); } else { |