Skip to content

Commit

Permalink
Landing pull request 410. Moves jQuery attachment comment to outro.
Browse files Browse the repository at this point in the history
More Details:
 - #410
  • Loading branch information
ghazel authored and timmywil committed Jun 14, 2011
1 parent 6926247 commit 13ceb0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/core.js
Expand Up @@ -923,7 +923,6 @@ function doScrollCheck() {
jQuery.ready();
}

// Expose jQuery to the global object
return jQuery;

})();
1 change: 1 addition & 0 deletions src/outro.js
@@ -1,2 +1,3 @@
// Expose jQuery to the global object
window.jQuery = window.$ = jQuery;
})(window);

0 comments on commit 13ceb0f

Please sign in to comment.