fix bad merge

This commit is contained in:
ido 2015-08-30 16:45:14 +03:00
parent 3001676e0b
commit 6db983e7cc
1 changed files with 0 additions and 1 deletions

View File

@ -585,7 +585,6 @@ function convertRT(html, reportContext, options) {
vars = _(defines).map(function (reqVar, reqPath) {
return 'import ' + reqVar + " from '" + reqPath + "';";
}).join('\n');
} else {
} else {
vars = _(defines).map(function (reqVar, reqPath) {
return 'var ' + reqVar + " = require('" + reqPath + "');";