Explorar o código

Fixed previous commit

Nicolas Petton %!s(int64=13) %!d(string=hai) anos
pai
achega
6b6259fbd5
Modificáronse 1 ficheiros con 1 adicións e 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);
     };