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 unnecessary line
tags/0.7.3
Michael Jackson
13 years ago
parent
a8b6a96a83
commit
d5bf677431
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mustache.js
+ 0
- 1
mustache.js
View File
@@ -287,7 +287,6 @@
Writer.prototype._name = function (token, context) {
var value = context.lookup(token[1]);
if (typeof value === 'function') value = value.call(context.view);
return value == null ? '' : value;
};
Write
Preview
Loading…
Cancel
Save