web-apps/vendor/requirejs/tests/toUrl/sub/nested/thing.js

7 lines
169 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(function (require) {
return {
noext: require('text!../noext'),
dirPath: require.toUrl('.'),
parentPath: require.toUrl('..')
};
});