lint lib/helpers.js

This commit is contained in:
Iuri Matias 2018-12-21 21:30:39 -05:00
parent a8fd21dc3e
commit 6d9cf6b7aa
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ helpers.generateTags = function(style, text) {
} }
}); });
if (text != null) { if (text !== null) {
return open + text + close; return open + text + close;
} }