Files
DocumentServer-v-9.2.0/OfficeWeb/vendor/requirejs/tests/paths/first.js/first.js
2015-04-28 17:59:00 +03:00

9 lines
131 B
JavaScript

globalCounter += 1;
define(['./second'], function (second) {
globalCounter += 1;
return {
load: second
};
});