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
Update wrappers to use Mustache.render
tags/0.5.1
Michael Jackson
14 yıl önce
ebeveyn
cfc7de8ddd
işleme
16a1d587c6
4 değiştirilmiş dosya
ile
4 ekleme
ve
4 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
wrappers/dojo/mustache.js.tpl.post
+1
-1
wrappers/jquery/jquery.mustache.js.tpl.post
+1
-1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.post
+1
-1
wrappers/yui3/mustache.js.tpl.post
+ 1
- 1
wrappers/dojo/mustache.js.tpl.post
Dosyayı Görüntüle
@@ -1,4 +1,4 @@
dojox.mustache = dojo.hitch(Mustache, "
to_html
");
dojox.mustache = dojo.hitch(Mustache, "
render
");
})();
+ 1
- 1
wrappers/jquery/jquery.mustache.js.tpl.post
Dosyayı Görüntüle
@@ -1,6 +1,6 @@
$.mustache = function(template, view, partials) {
return Mustache.
to_html
(template, view, partials);
return Mustache.
render
(template, view, partials);
};
})(jQuery);
+ 1
- 1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.post
Dosyayı Görüntüle
@@ -4,6 +4,6 @@
// EXPOSE qooxdoo variant
qx.bom.Template.version = Mustache.version;
qx.bom.Template.toHtml = Mustache.
to_html
;
qx.bom.Template.toHtml = Mustache.
render
;
})();
+ 1
- 1
wrappers/yui3/mustache.js.tpl.post
Dosyayı Görüntüle
@@ -1,4 +1,4 @@
Y.mustache = Mustache.
to_html
;
Y.mustache = Mustache.
render
;
}, "0");
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet