Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
efyx committed May 25, 2010
1 parent 9b21e6e commit 944b894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clients/JavaScript.js 100755 → 100644
Expand Up @@ -115,7 +115,7 @@ APE.Client.prototype.load = function(config){
if (iframe.addEventListener) {
iframe.addEventListener('load', initFn, false);
} else if (iframe.attachEvent) {
iframe.attachEvent('onload', initfn);
iframe.attachEvent('onload', initFn);
}

if (config.transport == 2) {
Expand Down

0 comments on commit 944b894

Please sign in to comment.