Browse Source

Fixed previous commit

Nicolas Petton 13 years ago
parent
commit
6b6259fbd5
1 changed files with 1 additions and 1 deletions
  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);
     };