DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/pluginLast/bigCollection.js
2015-04-28 17:59:00 +03:00

7 lines
185 B
JavaScript

define(['collection', 'text!bigCollection.html'], function (collection, html) {
return {
name: 'bigCollection',
html: html,
collection: collection
};
});