Explorar el Código

Add missing comma to dot_notation test's object literal.

tags/0.4.0
Brandon Payton hace 14 años
padre
commit
55c4346656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/dot_notation.js

+ 1
- 1
examples/dot_notation.js Ver fichero

@@ -14,7 +14,7 @@ var dot_notation = {
availability:{
status: true,
text: "In Stock"
}
},
// And now, some truthy false values
truthy: {
zero: 0,


Cargando…
Cancelar
Guardar