Browse Source

Use instVarNamed:.

Herby Vojčík 4 năm trước cách đây
mục cha
commit
19b90f7e45
2 tập tin đã thay đổi với 277 bổ sung298 xóa
  1. 276 297
      src/IDE.js
  2. 1 1
      src/IDE.st

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 276 - 297
src/IDE.js


+ 1 - 1
src/IDE.st

@@ -1236,7 +1236,7 @@ allVariables
 	all := Dictionary new.
 
 	self receiver class allInstanceVariableNames do: [ :each |
-		all at: each put: (self receiver instVarAt: each) ].
+		all at: each put: (self receiver instVarNamed: each) ].
 	
 	selectedContext locals keysAndValuesDo: [ :key :value |
 		all at: key put: value ].

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác