Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Jun 1, 2012
1 parent fc535e9 commit 5ca5ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_parse_state.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
json_parse_state.js
2011-02-23
2012-06-01
Public Domain.
Expand Down Expand Up @@ -325,7 +325,7 @@ var json_parse = (function () {
// r[0] contains everything that matched, including any initial whitespace.
// r[1] contains any punctuation that was matched, or true, false, or null.
// r[2] contains a matched number, still in string form.
// r[3] contains a matched string, without quotes but with ecapement.
// r[3] contains a matched string, without quotes but with escapement.

if (r[1]) {

Expand Down

0 comments on commit 5ca5ccb

Please sign in to comment.