UNPKG

@titanium/turbo

Version:

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

15 lines (13 loc) • 300 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.iOS.PreviewContext' ], property: 'preview', skipAssignParent: true } }); return require('./Alloy.Abstract._ProxyProperty').parse(node, state); };