Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jan
/
mustache.js
espelhamento de
https://github.com/janl/mustache.js
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
46
Wiki
Atividade
Ver código fonte
Fix compatibility bug in Chrome
tags/0.5.0-vsc
Sahab Yazdani
15 anos atrás
pai
2395d5c2bc
commit
3e98fdf68e
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mustache.js
+ 1
- 1
mustache.js
Ver arquivo
@@ -459,7 +459,7 @@ var Mustache = (function(undefined) {
for (n = parserContext.tokens.length;parserContext.cursor<n;++parserContext.cursor) {
token = parserContext.tokens[parserContext.cursor];
if (token==='') {
if (token===''
|| token===undefined
) {
continue;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar