Make IOUtils and PathUtils available in require() scope
This commit is contained in:
parent
26bfe3dbdc
commit
b9aced95c3
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ var require = (function() {
|
||||||
clearTimeout: win.clearTimeout,
|
clearTimeout: win.clearTimeout,
|
||||||
requestAnimationFrame: win.setTimeout,
|
requestAnimationFrame: win.setTimeout,
|
||||||
cancelAnimationFrame: win.clearTimeout,
|
cancelAnimationFrame: win.clearTimeout,
|
||||||
|
IOUtils: IOUtils,
|
||||||
|
PathUtils: PathUtils,
|
||||||
TextEncoder: TextEncoder,
|
TextEncoder: TextEncoder,
|
||||||
TextDecoder: TextDecoder,
|
TextDecoder: TextDecoder,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue