7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
|
define(function (require) {
|
||
|
return {
|
||
|
noext: require('text!../noext'),
|
||
|
dirPath: require.toUrl('.'),
|
||
|
parentPath: require.toUrl('..')
|
||
|
};
|
||
|
});
|