3.0 source code
This commit is contained in:
6
OfficeWeb/vendor/requirejs/tests/plugins/fromTextNoDefine/a.refine
vendored
Normal file
6
OfficeWeb/vendor/requirejs/tests/plugins/fromTextNoDefine/a.refine
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
//Note the use of window instead of var a = {},
|
||||
//since the var will be created in the scope of the eval call,
|
||||
//which is not global.
|
||||
window.a = {
|
||||
name: 'a'
|
||||
};
|
||||
Reference in New Issue
Block a user