3.0 source code
This commit is contained in:
7
OfficeWeb/vendor/requirejs/tests/toUrl/sub/nested/thing.js
vendored
Normal file
7
OfficeWeb/vendor/requirejs/tests/toUrl/sub/nested/thing.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
define(function (require) {
|
||||
return {
|
||||
noext: require('text!../noext'),
|
||||
dirPath: require.toUrl('.'),
|
||||
parentPath: require.toUrl('..')
|
||||
};
|
||||
});
|
||||
1
OfficeWeb/vendor/requirejs/tests/toUrl/sub/noext
vendored
Normal file
1
OfficeWeb/vendor/requirejs/tests/toUrl/sub/noext
vendored
Normal file
@@ -0,0 +1 @@
|
||||
noext
|
||||
1
OfficeWeb/vendor/requirejs/tests/toUrl/sub/util.html
vendored
Normal file
1
OfficeWeb/vendor/requirejs/tests/toUrl/sub/util.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
util
|
||||
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