Changeset 13500

Show
Ignore:
Timestamp:
04/30/08 08:45:52 (7 months ago)
Author:
dylan
Message:

refs #6653, fix an accidental global reference in dojox.io.xhrPlugins, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/io/xhrPlugins.js

    r13397 r13500  
    5454                                return true;  
    5555                        }, 
    56                         function(){ 
    57                                 // FIXME: where does "args" come from inside this function!!??! 
     56                        function(method, args){ 
     57                                // FIXME: where does "hasBody" come from inside this function!!??! 
    5858                                args.url = proxyUrl + encodeURIComponent(args.url); 
    5959                                return plainXhr.call(dojo, method, args, hasBody);