UNPKG

alloy

Version:

TiDev Titanium MVC Framework

18 lines (16 loc) 341 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { itemArrayDefinition: { parents: [ 'Ti.UI.AlertDialog', 'Ti.UI.OptionDialog' ], children: [ 'Alloy.Abstract.ButtonName' ], property: 'buttonNames' } }); return require('./Alloy.Abstract._ItemArray').parse(node, state); };