Browse Source

Fixed previous commit

Nicolas Petton 13 năm trước cách đây
mục cha
commit
6b6259fbd5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     };