Skip to content

Commit a160c16

Browse files
committed
Remove ignored argument
1 parent 95d6ca9 commit a160c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ var Mustache;
303303
var fn = this._partialCache[name];
304304

305305
if (fn) {
306-
return fn(context, this);
306+
return fn(context);
307307
}
308308

309309
return "";

0 commit comments

Comments
 (0)