Nicolas Petton пре 13 година
родитељ
комит
6b6259fbd5
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     };