UNPKG

autograph

Version:

A visual data routing automation tool.

14 lines (11 loc) 251 B
/** * @module ComponentCollection */ define(['backbone', 'components/models/BaseComponent'], function (Backbone, BaseComponent) { /** * @constructor */ return Backbone.Collection.extend({ model: BaseComponent }); });