Add jshint to grunt exec

This commit is contained in:
kpdecker
2013-08-17 12:16:48 -05:00
parent 3d77d172ec
commit 6492fe8c23
7 changed files with 20 additions and 1 deletions
+2
View File
@@ -50,6 +50,8 @@ Handlebars.Utils = {
},
escapeExpression: function(string) {
/*jshint eqnull: true */
// don't escape SafeStrings, since they're already safe
if (string instanceof Handlebars.SafeString) {
return string.toString();