Skip to content

Commit

Permalink
Merge pull request #159 from MarcusDenker/Cleanup-StInspectorProtoObj…
Browse files Browse the repository at this point in the history
…ectNode

Cleanup-StInspectorProtoObjectNode
  • Loading branch information
estebanlm authored Jan 6, 2021
2 parents b11fbb2 + 543eef9 commit 481f690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions src/NewTools-Inspector/StInspectorProtoObjectNode.class.st

This file was deleted.

2 changes: 1 addition & 1 deletion src/NewTools-Inspector/StInspectorSlotNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ StInspectorSlotNode >> printOn: stream [
{ #category : #accessing }
StInspectorSlotNode >> rawValue [

^ self hostObject readSlot: slot
^ slot read: self hostObject
]

{ #category : #actions }
Expand Down

0 comments on commit 481f690

Please sign in to comment.