Titaniumでファイル分割の履歴
app.js
var ApplicationWindow = require('app_window.js'); new ApplicationWindow().open();
hoge.js
function Hoge(){ return self; } module.exports = ApplicationWindow;
var ApplicationWindow = require('app_window.js'); new ApplicationWindow().open();
function Hoge(){ return self; } module.exports = ApplicationWindow;