UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

11 lines (9 loc) 313 B
Alloy.Globals.setupWindow($.win); $.styleModule.html = _.template(Alloy.Globals.htmlTemplate, { CODE: "require('alloy/styles/rawStyle')", BRUSH: 'js' }); $.styleArray.html = _.template(Alloy.Globals.htmlTemplate, { CODE: JSON.stringify(require('alloy/styles/features/rawStyle'), null, ' '), BRUSH: 'js' });