Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Add missing comma to dot_notation test's object literal.
tags/0.4.0
Brandon Payton
14 anni fa
parent
1d59e5c746
commit
55c4346656
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/dot_notation.js
+ 1
- 1
examples/dot_notation.js
Vedi File
@@ -14,7 +14,7 @@ var dot_notation = {
availability:{
status: true,
text: "In Stock"
}
}
,
// And now, some truthy false values
truthy: {
zero: 0,
Write
Preview
Loading…
Annulla
Salva