Procházet zdrojové kódy

Fixed previous commit

Nicolas Petton před 13 roky
rodič
revize
6b6259fbd5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
     };