DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/nameOnly.js

9 lines
131 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define({
load: function (name, require, onLoad, config) {
onLoad({
name: 'nameOnly'
});
}
});