Skip to content

Commit 18327ab

Browse files
committed
Fix how jQuery is passed to closure
1 parent 006b4e8 commit 18327ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Form Plugin
3-
* version: 3.38.0-2013.07.31
3+
* version: 3.39.0-2013.07.31
44
* @requires jQuery v1.5 or later
55
* Copyright (c) 2013 M. Alsup
66
* Examples and documentation at: http://malsup.com/jquery/form/
@@ -1195,4 +1195,4 @@ function log() {
11951195
}
11961196
}
11971197

1198-
})(window.jQuery || window.Zepto);
1198+
})( (typeof(jQuery) != 'undefined') ? jQuery : window.Zepto );

0 commit comments

Comments
 (0)