UNPKG

@titanium/turbo

Version:

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

16 lines (14 loc) • 302 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.TableView', 'Ti.UI.TableViewSection', 'Ti.UI.ListView', 'Ti.UI.ListSection' ] } }); return require('./_ProxyProperty').parse(node, state); };