瀏覽代碼

Fixed issue #211

Nicolas Petton 12 年之前
父節點
當前提交
557ea79ca6
共有 3 個文件被更改,包括 225 次插入225 次删除
  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