3.0 source code
This commit is contained in:
5
OfficeWeb/vendor/requirejs/tests/shim/a.js
vendored
Normal file
5
OfficeWeb/vendor/requirejs/tests/shim/a.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
(function (root) {
|
||||
root.A = {
|
||||
name: 'a'
|
||||
};
|
||||
}(this));
|
||||
Reference in New Issue
Block a user