3.0 source code
This commit is contained in:
7
OfficeWeb/vendor/requirejs/tests/plugins/pluginLast/specificCollection.js
vendored
Normal file
7
OfficeWeb/vendor/requirejs/tests/plugins/pluginLast/specificCollection.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
define(['collection', 'text!specificCollection.html'], function (collection, html) {
|
||||
return {
|
||||
name: 'specificCollection',
|
||||
html: html,
|
||||
collection: collection
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user