6 lines
323 B
JavaScript
6 lines
323 B
JavaScript
|
define("app.js", function(require, module, exports, window,document,frames,self,location,navigator,localStorage,history,Caches,screen,alert,confirm,prompt,fetch,XMLHttpRequest,WebSocket,webkit,ttJSCore,Reporter,print,indexedDB){
|
||
|
|
||
|
require('./common/runtime.js')
|
||
|
require('./common/vendor.js')
|
||
|
require('./common/main.js')
|
||
|
});
|