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

9 lines
225 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['specificCollection', 'bigCollection'], function (specificCollection, bigCollection) {
return {
name: 'app',
specificCollection: specificCollection,
bigCollection: bigCollection
}
});