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
Merge
40f902dea4
into
972fd2b27a
pull/448/merge
David da Silva
GitHub
před 3 roky
rodič
972fd2b27a
40f902dea4
revize
e57903373a
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče:
4AEE18F83AFDEB23
5 změnil soubory
, kde provedl
5 přidání
a
2 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+0
-1
spec/_files/bom_as_whitespace.js
+0
-1
spec/_files/bom_as_whitespace.mustache
+4
-0
test/_files/bom_as_whitespace.js
+1
-0
test/_files/bom_as_whitespace.mustache
+0
-0
test/_files/bom_as_whitespace.txt
+ 0
- 1
spec/_files/bom_as_whitespace.js
Zobrazit soubor
@@ -1 +0,0 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
+ 0
- 1
spec/_files/bom_as_whitespace.mustache
Zobrazit soubor
@@ -1 +0,0 @@
{{tag}}
+ 4
- 0
test/_files/bom_as_whitespace.js
Zobrazit soubor
@@ -0,0 +1,4 @@
({
'tag': 'Tag name w/o BOM',
'\uFEFFtag': 'Tag name with BOM'
})
+ 1
- 0
test/_files/bom_as_whitespace.mustache
Zobrazit soubor
@@ -0,0 +1 @@
{{{tag}}}
spec/_files/bom_as_whitespace.txt → test/_files/bom_as_whitespace.txt
Zobrazit soubor
Zapsat
Náhled
Načítá se…
Zrušit
Uložit