mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 21:18:03 -05:00
Wrap the core return in parens to fix a confused JSLint.
This commit is contained in:
@@ -826,6 +826,6 @@ function doScrollCheck() {
|
||||
}
|
||||
|
||||
// Expose jQuery to the global object
|
||||
return window.jQuery = window.$ = jQuery;
|
||||
return (window.jQuery = window.$ = jQuery);
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user