Created
December 14, 2011 08:10
-
-
Save tastycode/1475693 to your computer and use it in GitHub Desktop.
potential best practice for namespacing libs and defining app namespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Application=(function($,_) { | |
}(jQuery.noConflict(), _.noConflict()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment