Skip to content

Commit

Permalink
silly newlines and semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 2, 2012
1 parent d4d6a16 commit 30bd84e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vendor/jquery-no-conflict.js
Expand Up @@ -9266,5 +9266,6 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
})( window );


window.FillAllTheThings = window.FillAllTheThings || {}
FillAllTheThings.$ = jQuery.noConflict(true)
window.FillAllTheThings = window.FillAllTheThings || {};
FillAllTheThings.$ = jQuery.noConflict(true);

0 comments on commit 30bd84e

Please sign in to comment.