Changeset 4875
- Timestamp:
- 08/30/06 16:00:49 (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
r4874 r4875 1 1 *SVN* 2 3 * Avoid race condition when stopping an Ajax.PeriodicalUpdater. Closes #4809. [e98cuenc@gmail.com] 2 4 3 5 * Improve support for synchronous requests. Closes #5916. [sam, jthrom@gmail.com] spinoffs/prototype/src/ajax.js
r4874 r4875 274 274 275 275 stop: function() { 276 this.updater.o nComplete = undefined;276 this.updater.options.onComplete = undefined; 277 277 clearTimeout(this.timer); 278 278 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);