瀏覽代碼

Fixed previous commit

Nicolas Petton 13 年之前
父節點
當前提交
6b6259fbd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/boot.js

+ 1 - 1
js/boot.js

@@ -314,7 +314,7 @@ function Smalltalk(){
 	    }
 	}
 	
-	return st.send(st.JSObjectProxy._on_(receiver), selector, arguments);
+	return st.send(st.JSObjectProxy._on_(receiver), selector, args);
     };