Changeset 5741
- Timestamp:
- 12/18/06 21:02:13 (2 years ago)
- Files:
-
- spinoffs/prototype/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/src/ajax.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/CHANGELOG
r5737 r5741 1 1 *SVN* 2 3 * Remove support for HTTP authorization in Ajax calls introduced with #6366. Closes #6638 [jmecham] 2 4 3 5 * Add Enumerable.size() to count elements in an enumerable and the corresponding Array.size() method, fixes #6710 [ZenCocoon] spinoffs/prototype/src/ajax.js
r5574 r5741 101 101 102 102 this.transport.open(this.options.method.toUpperCase(), this.url, 103 this.options.asynchronous, this.options.username, 104 this.options.password); 103 this.options.asynchronous); 105 104 106 105 if (this.options.asynchronous)