DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/pluginLast/specificCollection.js

7 lines
195 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['collection', 'text!specificCollection.html'], function (collection, html) {
return {
name: 'specificCollection',
html: html,
collection: collection
};
});