web-apps/vendor/requirejs/tests/text/local.js

6 lines
115 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['text!./resources/local.html'], function (localHtml) {
return {
localHtml: localHtml
}
});