Jelajahi Sumber

Fixed previous commit

Nicolas Petton 13 tahun lalu
induk
melakukan
6b6259fbd5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);
     };