smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Patch from Stefan Schmield

This commit is contained in:
Nicolas Petton 2009-06-22 18:56:15 +00:00
parent 4d0c539b32
commit ffd3182b5f
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ It has been extended with syntax for invoking a prearranged list of constructors
readDictionary [
<category: 'private'>
| m k v needComma |
m := JsonObject new.
m := Dictionary new.
needComma := false.
[self skipWhitespace.