Selaa lähdekoodia

Fixed if statement. !==

tags/0.4.0
Tomas Eriksson 15 vuotta sitten
vanhempi
commit
783f61450d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Näytä tiedosto

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


Loading…
Peruuta
Tallenna