Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
jan
/
mustache.js
şunun yansıması
https://github.com/janl/mustache.js
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
46
Wiki
Aktivite
Kaynağa Gözat
Don't join and return the buffer with custom send functions.
tags/0.2.3
Jan Lehnardt
16 yıl önce
ebeveyn
17fa3c7b89
işleme
3944cfc8cc
1 değiştirilmiş dosya
ile
3 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+3
-1
mustache.js
+ 3
- 1
mustache.js
Dosyayı Görüntüle
@@ -286,7 +286,9 @@ var Mustache = function() {
renderer.send = send_fun;
}
renderer.render(template, view, partials);
return renderer.buffer.join("\n");
if(!send_fun) {
return renderer.buffer.join("\n");
}
}
});
}();
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet