浏览代码

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

文件差异内容过多而无法显示
+ 112 - 112
js/Kernel-Collections.deploy.js


文件差异内容过多而无法显示
+ 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

部分文件因为文件数量过多而无法显示