Created
          October 9, 2014 18:03 
        
      - 
      
- 
        Save pglewis/9670073921985e2848cf to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | jQuery( function () { | |
| My_Object.init(); | |
| } ); | |
| (function ( $, app ) { | |
| /** | |
| * Bootstrap | |
| */ | |
| app.init = function() { | |
| // Do stuff | |
| }; | |
| })( jQuery, window.My_Object || ( window.My_Object = {} ) ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment