Przeglądaj źródła

Fixed if statement. !==

tags/0.4.0
Tomas Eriksson 15 lat temu
rodzic
commit
783f61450d
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