From 55c434665617461cf369fa1bc47d5ce5b93a6b09 Mon Sep 17 00:00:00 2001 From: Brandon Payton Date: Sun, 30 Oct 2011 11:42:15 -0700 Subject: [PATCH] Add missing comma to dot_notation test's object literal. --- examples/dot_notation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dot_notation.js b/examples/dot_notation.js index 0628b7d..c1295f5 100644 --- a/examples/dot_notation.js +++ b/examples/dot_notation.js @@ -14,7 +14,7 @@ var dot_notation = { availability:{ status: true, text: "In Stock" - } + }, // And now, some truthy false values truthy: { zero: 0,