UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

11 lines (8 loc) 265 B
exports.parse = function(node, state) { if (!node.getAttribute('src') && state.widgetId) { node.setAttribute('src', state.widgetId); } node.nodeName = 'Require'; node.setAttribute('type', 'widget'); return require('./Alloy.Require').parse(node, state); };