DocumentServer/OfficeWeb/vendor/requirejs/tests/toUrl/sub/nested/thing.js
2015-04-28 17:59:00 +03:00

7 lines
169 B
JavaScript

define(function (require) {
return {
noext: require('text!../noext'),
dirPath: require.toUrl('.'),
parentPath: require.toUrl('..')
};
});