Change this to _window in apply()

This commit is contained in:
Andrew Hankinson
2013-02-27 09:07:21 -05:00
parent ee20038dce
commit 02460f0e9d
+1 -1
View File
@@ -962,7 +962,7 @@ CPWebViewAppKitScrollMaxPollCount = 3;
{
try
{
return _window[methodName].apply(this, args);
return _window[methodName].apply(_window, args);
}
catch (e)
{