6 lines
115 B
JavaScript

define(['text!./resources/local.html'], function (localHtml) {
return {
localHtml: localHtml
}
});