summaryrefslogtreecommitdiff
path: root/lib/jquery.cookie.js
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-02-26 12:19:51 +0100
committershadlaws <shad@shadlaws.com>2013-02-26 12:19:51 +0100
commit3f2d005e5fb51eecfd86c39e6d09193198902f7f (patch)
tree7c71eb7c60ef781be640f5373e4b7cabd32dc932 /lib/jquery.cookie.js
parent1d2610d613576f9bce7b21bc12852da4bd77ae46 (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.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 {