3.0 source code
This commit is contained in:
7
OfficeWeb/vendor/requirejs/tests/browsertests/vardefine/two.js
vendored
Normal file
7
OfficeWeb/vendor/requirejs/tests/browsertests/vardefine/two.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
if (typeof define !== 'function') { var define = window.badDefine; }
|
||||
|
||||
define("two.js script");
|
||||
setTimeout(function () {
|
||||
define("two.js timeout, expected");
|
||||
}, 13);
|
||||
Reference in New Issue
Block a user