Procházet zdrojové kódy

Added MooTools compat plugin

tags/0.5.1
Oskar Krawczyk před 15 roky
rodič
revize
56a2dfc76d
2 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +5
    -0
      mustache-mootools/mustache.js.tpl.post
  2. +2
    -0
      mustache-mootools/mustache.js.tpl.pre

+ 5
- 0
mustache-mootools/mustache.js.tpl.post Zobrazit soubor

@@ -0,0 +1,5 @@

Object.implement('mustache', function(view, partials){
return Mustache.to_html(view, this, partials);
});
})();

+ 2
- 0
mustache-mootools/mustache.js.tpl.pre Zobrazit soubor

@@ -0,0 +1,2 @@
(function(){


Načítá se…
Zrušit
Uložit