web-apps/vendor/requirejs/tests/plugins/pluginLast/bigCollection.js

7 lines
185 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['collection', 'text!bigCollection.html'], function (collection, html) {
return {
name: 'bigCollection',
html: html,
collection: collection
};
});