Kaynağa Gözat

Fixed if statement. !==

tags/0.4.0
Tomas Eriksson 15 yıl önce
ebeveyn
işleme
783f61450d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet