tests: quotes
This commit is contained in:
committed by
pavel-mailpoet
parent
2985705b14
commit
d181bde0e9
@ -20,8 +20,8 @@ module.exports = {
|
||||
loadTemplate: function (path, window, opts) {
|
||||
var w = window || global.window;
|
||||
var options = opts || {};
|
||||
options.type = "text/x-handlebars-template";
|
||||
options.type = 'text/x-handlebars-template';
|
||||
|
||||
this.loadScript("views/newsletter/templates/" + path, w, options);
|
||||
this.loadScript('views/newsletter/templates/' + path, w, options);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user