Skip to content

Commit

Permalink
Fixed indented objects always being invalid.
Browse files Browse the repository at this point in the history
  • Loading branch information
qoh committed Feb 12, 2013
1 parent ea71a51 commit d3928c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jettison.cs
Expand Up @@ -160,7 +160,10 @@ class = "JSObject";
return %object @ "\c0" TAB %index + 1;
}

return -65536;
if ( %next !$= "\"" )
{
return -65536;
}
}

while ( true )
Expand Down

0 comments on commit d3928c3

Please sign in to comment.