Преглед изворни кода

Merge pull request #108 from vackraord/master

Simple if-statement fix
tags/0.4.0
Jan Lehnardt пре 15 година
родитељ
комит
32a26c4b7e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Прегледај датотеку

@@ -47,7 +47,7 @@ var Mustache = function() {
Sends parsed lines
*/
send: function(line) {
if(line != "") {
if(line !== "") {
this.buffer.push(line);
}
},


Loading…
Откажи
Сачувај