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 pull request
#108
from vackraord/master
Simple if-statement fix
tags/0.4.0
Jan Lehnardt
15 years ago
parent
1dabeabfd6
783f61450d
commit
32a26c4b7e
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
@@ -47,7 +47,7 @@ var Mustache = function() {
Sends parsed lines
*/
send: function(line) {
if(line != "") {
if(line !=
=
"") {
this.buffer.push(line);
}
},
Write
Preview
Loading…
Cancel
Save