UNPKG

@titanium/turbo

Version:

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

8 lines (7 loc) • 234 B
function WPATH(s) { var index = s.lastIndexOf('/'); var path = index === -1 ? '<%= WIDGETID %>/' + s : s.substring(0, index) + '/<%= WIDGETID %>/' + s.substring(index + 1); return path.indexOf('/') !== 0 ? '/' + path : path; }