Przeglądaj źródła

Merge pull request #108 from vackraord/master

Simple if-statement fix
tags/0.4.0
Jan Lehnardt 15 lat temu
rodzic
commit
32a26c4b7e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz