Skip to content

Commit

Permalink
The propertiesAt:put: method now expect an array as second argument.
Browse files Browse the repository at this point in the history
Fixes #293
  • Loading branch information
jecisc committed Jan 8, 2020
1 parent 6d9d0f4 commit d53ca67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ MDLHighLevelWidget >> style: aString [
nextPutAll: aString ] ]
ifAbsent: [ aString ].

self propertiesAt: #style: put: stringToAdd
self propertiesAt: #style: put: {stringToAdd}
]

0 comments on commit d53ca67

Please sign in to comment.