UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

8 lines (7 loc) • 312 B
var <%= style %> = <%= styleCode %>; if(<%= actionView %>) { <%= style %>.actionView = <%= actionView %>; } <%= item %> = <%= parent %>.add(_.pick(<%= style %>,Alloy.Android.menuItemCreateArgs)); <%= item %>.applyProperties(_.omit(<%= style %>,Alloy.Android.menuItemCreateArgs)); $.<%= argsId %> = <%= item %>;