UNPKG

@titanium/turbo

Version:

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

14 lines (12 loc) • 250 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.TextField', 'Ti.Map.Annotation' ] } }); return require('./_ProxyProperty').parse(node, state); };