Sfoglia il codice sorgente

Add missing comma to dot_notation test's object literal.

tags/0.4.0
Brandon Payton 14 anni fa
parent
commit
55c4346656
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +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,


Loading…
Annulla
Salva