3.0 source code
This commit is contained in:
8
OfficeWeb/vendor/requirejs/tests/toUrl/sub/util.js
vendored
Normal file
8
OfficeWeb/vendor/requirejs/tests/toUrl/sub/util.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
define(function (require) {
|
||||
return {
|
||||
dotPath: require.toUrl('.'),
|
||||
html: require('text!./util.html'),
|
||||
auxHtml: require('text!../auxil.html'),
|
||||
thing: require('./nested/thing')
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user