jshint
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/*global Handlebars: true */
|
||||
|
||||
var handlebars = require("./handlebars/base"),
|
||||
|
||||
// Each of these augment the Handlebars object. No need to setup here.
|
||||
|
||||
@@ -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