3.0 source code
This commit is contained in:
7
OfficeWeb/vendor/requirejs/tests/plugins/fromTextEvalError/b.refine
vendored
Normal file
7
OfficeWeb/vendor/requirejs/tests/plugins/fromTextEvalError/b.refine
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//The refine plugin changes the word refine into define.
|
||||
refine(function (require, exports, module) {
|
||||
return {
|
||||
name: 'b',
|
||||
color: module.config().color
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user