Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Fix message send
Browse files Browse the repository at this point in the history
As part of the Unicode work some methods became private. In this case I added an underscore to a method that shouldn't have had it. Fix #159.
  • Loading branch information
James Foster authored Jul 9, 2018
1 parent eb4f90d commit 51ff8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Jade System Browser.pax
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ sbMethodCategory: anOrderedCollection
category := anOrderedCollection removeFirst.
anOrderedCollection do: [:each |
behavior
_moveMethod: each asSymbol
moveMethod: each asSymbol
toCategory: category.
].
self systemBrowserUpdate.
Expand Down

0 comments on commit 51ff8dc

Please sign in to comment.