1
0
فهرست منبع

Fixed previous commit

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);
     };