DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/onerror/thrower.js
2015-04-28 17:59:00 +03:00

7 lines
108 B
JavaScript

define({
load: function (name, req, load, config) {
req(['fake'], load, load.error);
}
});