Browse Source

Fixed issue #211

Nicolas Petton 12 years ago
parent
commit
557ea79ca6
3 changed files with 225 additions and 225 deletions
  1. 112 112
      js/Kernel-Collections.deploy.js
  2. 112 112
      js/Kernel-Collections.js
  3. 1 1
      st/Kernel-Collections.st

File diff suppressed because it is too large
+ 112 - 112
js/Kernel-Collections.deploy.js


File diff suppressed because it is too large
+ 112 - 112
js/Kernel-Collections.js


+ 1 - 1
st/Kernel-Collections.st

@@ -921,7 +921,7 @@ asciiValue
 !
 
 at: anIndex ifAbsent: aBlock
-	<return self[anIndex - 1] || aBlock()>
+	<return String(self)[anIndex - 1] || aBlock()>
 !
 
 escaped

Some files were not shown because too many files changed in this diff