UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid 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); };