Changeset 13500
- Timestamp:
- 04/30/08 08:45:52 (7 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/io/xhrPlugins.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/io/xhrPlugins.js
r13397 r13500 54 54 return true; 55 55 }, 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!!??! 58 58 args.url = proxyUrl + encodeURIComponent(args.url); 59 59 return plainXhr.call(dojo, method, args, hasBody);