UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

14 lines (12 loc) 263 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.Window', 'Ti.UI.iPad.Popover' ] } }); return require('./Alloy.Abstract._ProxyProperty').parse(node, state); };