web-apps/vendor/requirejs/tests/toUrl/sub/util.js
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

9 lines
221 B
JavaScript

define(function (require) {
return {
dotPath: require.toUrl('.'),
html: require('text!./util.html'),
auxHtml: require('text!../auxil.html'),
thing: require('./nested/thing')
};
});