Add jshint to grunt exec
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user