summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/handlebars/base.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js
index 8f068e1..f39241f 100644
--- a/lib/handlebars/base.js
+++ b/lib/handlebars/base.js
@@ -69,8 +69,6 @@ function registerDefaultHelpers(instance) {
var inverse = options.inverse,
fn = options.fn;
- if (isFunction(context)) { context = context.call(this); }
-
if(context === true) {
return fn(this);
} else if(context === false || context == null) {