summaryrefslogtreecommitdiff
path: root/lib/jquery.cookie.js
diff options
context:
space:
mode:
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 {