This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Remove ignored argument
tags/0.5.2
Michael Jackson
13 years ago
parent
95d6ca9ada
commit
a160c16d90
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
View File
@@ -303,7 +303,7 @@ var Mustache;
var fn = this._partialCache[name];
if (fn) {
return fn(context
, this
);
return fn(context);
}
return "";
Write
Preview
Loading…
Cancel
Save