S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
jan
/
mustache.js
zrcadlo
https://github.com/janl/mustache.js
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Vydání
46
Wiki
Aktivita
Procházet zdrojové kódy
Don't join and return the buffer with custom send functions.
tags/0.2.3
Jan Lehnardt
před 16 roky
rodič
17fa3c7b89
revize
3944cfc8cc
1 změnil soubory
, kde provedl
3 přidání
a
1 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+3
-1
mustache.js
+ 3
- 1
mustache.js
Zobrazit soubor
@@ -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");
}
}
});
}();
Zapsat
Náhled
Načítá se…
Zrušit
Uložit