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