(function() { var App = { initialize: function() { console.log('hello'); }, }; // App.initialize(); // OR // jQuery(App.initialize); }).call(this);