UNPKG

alloy

Version:

TiDev Titanium MVC Framework

16 lines (14 loc) 387 B
var _ = require('lodash'); exports.parse = function(node, state) { state = _.extend(state, { itemContainerDefinition: { children: [ { name:'Alloy.Abstract.BarItemTypes', property:'labels' } ], translations: [ { from: 'Alloy.Abstract.Labels', to: 'Alloy.Abstract.BarItemTypes' } ] } }); return require('./Alloy.Abstract._ItemContainer').parse(node, state); };