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

7 lines
195 B
JavaScript

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