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
current was misspelled
tags/0.5.0-vsc
thegrandpoobah
16 years ago
parent
1d6337de5c
commit
b45570ebf7
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
@@ -81,7 +81,7 @@ var Mustache = function() {
},
/*
Tries to find a partial in the curent scope and render it
Tries to find a partial in the cur
r
ent scope and render it
*/
render_partial: function(name, context, partials) {
name = this.trim(name);
Write
Preview
Loading…
Cancel
Save