summaryrefslogtreecommitdiff
path: root/lib/jquery.cookie.js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-26 08:34:59 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-26 08:34:59 -0800
commit44f658bb8f04b9d3f8a6c63af813834baf5c42b6 (patch)
treec6c4fae51c38a6991411ca7f0edee3cfc8d8899e /lib/jquery.cookie.js
parent90d8700d1801ae852e9808921c47d3ed01f1db72 (diff)
parent3f2d005e5fb51eecfd86c39e6d09193198902f7f (diff)
Merge pull request #166 from shadlaws/update_jquery_20130226
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
Diffstat (limited to 'lib/jquery.cookie.js')
-rw-r--r--lib/jquery.cookie.js2
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 {