Skip to content

Commit 13ceb0f

Browse files
ghazeltimmywil
authored andcommitted
Landing pull request 410. Moves jQuery attachment comment to outro.
More Details: - jquery#410
1 parent 6926247 commit 13ceb0f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ function doScrollCheck() {
923923
jQuery.ready();
924924
}
925925

926-
// Expose jQuery to the global object
927926
return jQuery;
928927

929928
})();

src/outro.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// Expose jQuery to the global object
12
window.jQuery = window.$ = jQuery;
23
})(window);

0 commit comments

Comments
 (0)