Skip to content

Instantly share code, notes, and snippets.

@tastycode
Created December 14, 2011 08:10
Show Gist options
  • Save tastycode/1475693 to your computer and use it in GitHub Desktop.
Save tastycode/1475693 to your computer and use it in GitHub Desktop.
potential best practice for namespacing libs and defining app namespace
var Application=(function($,_) {
}(jQuery.noConflict(), _.noConflict());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment