platform/wp7/RhoRubyExtGen/RhoWebView.cs in rhodes-3.3.3.beta.1 vs platform/wp7/RhoRubyExtGen/RhoWebView.cs in rhodes-3.3.3.beta.2

- old
+ new

@@ -51,10 +51,10 @@ public static void Refresh(RubyModule/*!*/ self, int index = 0) { } [RubyMethodAttribute("execute_js", RubyMethodAttributes.PublicSingleton)] - public static void execute_js(RubyModule/*!*/ self, [NotNull]String/*!*/ strScript, int index = 0) + public static void execute_js(RubyModule/*!*/ self, [NotNull]String/*!*/ strScript, int index = 0, RubyArray vals = null) { } [RubyMethodAttribute("current_location", RubyMethodAttributes.PublicSingleton)] public static String currentLocation(RubyModule/*!*/ self)