Explorar el Código

Fixed previous commit

Nicolas Petton hace 13 años
padre
commit
6b6259fbd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     };