UNPKG

generator-cdd-dev

Version:
15 lines (9 loc) 322 B
// Script loader var namespace = namespace || {}; (function($, window, document, undefined) { 'use strict'; // Initialise app var myApp = new namespace.MyApp({ 'something' : 'here' }); // Use functionality from module b myApp.moduleB.talk('Looking for a city'); })(jQuery, window, document);