From 3f2d005e5fb51eecfd86c39e6d09193198902f7f Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 26 Feb 2013 12:19:51 +0100 Subject: Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor. - updated jquery.cookie.js - updated jquery.form.js --- lib/jquery.cookie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jquery.cookie.js') 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 { -- cgit v1.2.3