tests: quotes

This commit is contained in:
Amine Ben hammou
2017-08-23 17:09:45 +00:00
committed by pavel-mailpoet
parent 2985705b14
commit d181bde0e9
15 changed files with 67 additions and 68 deletions

View File

@ -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);
}
};