mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 11:20:42 +00:00
Merge pull request #1810 from ahankinson/fix-issue1184
Fix #1184: Add missing argument to .apply()
This commit is contained in:
+1
-1
@@ -962,7 +962,7 @@ CPWebViewAppKitScrollMaxPollCount = 3;
|
||||
{
|
||||
try
|
||||
{
|
||||
return _window[methodName].apply(args);
|
||||
return _window[methodName].apply(_window, args);
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user