3.0 source code
This commit is contained in:
6
OfficeWeb/vendor/requirejs/tests/plugins/onerror/thrower.js
vendored
Normal file
6
OfficeWeb/vendor/requirejs/tests/plugins/onerror/thrower.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
define({
|
||||
load: function (name, req, load, config) {
|
||||
req(['fake'], load, load.error);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user