UNPKG

alphabot-component

Version:

Lazo template for creating a component node module.

13 lines (8 loc) 187 B
define(['lazoCtl'], function (LazoCtl) { 'use strict'; return LazoCtl.extend({ index: function (options) { options.success('index'); } }); });