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
Merge
2848163dc6
into
23beb3a880
pull/584/merge
Xuefeng Zhu
GitHub
9 years ago
parent
23beb3a880
2848163dc6
commit
667125ec99
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
@@ -446,7 +446,7 @@
var cache = this.cache;
var tokens = cache[template];
if (tokens
== null
)
if (
!
tokens)
tokens = cache[template] = parseTemplate(template, tags);
return tokens;
Write
Preview
Loading…
Cancel
Save