diff --git a/mustache.js b/mustache.js index 36a478a..d0f7503 100644 --- a/mustache.js +++ b/mustache.js @@ -303,7 +303,7 @@ var Mustache; var fn = this._partialCache[name]; if (fn) { - return fn(context, this); + return fn(context); } return "";