Jelajahi Sumber

Use instVarNamed:.

Herby Vojčík 4 tahun lalu
induk
melakukan
19b90f7e45
2 mengubah file dengan 277 tambahan dan 298 penghapusan
  1. 276 297
      src/IDE.js
  2. 1 1
      src/IDE.st

File diff ditekan karena terlalu besar
+ 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 ].

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini