Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
reorganized XHR stuff
Browse files Browse the repository at this point in the history
adjusted eCSStender::isSupported() (property version) to avoid using expando-related checks (in preparation for IE9)
beefed-up internal zero_out() function
stripped out addition of Array.push() for browsers that didn't support it (it was unnecessary)
  • Loading branch information
aarongustafson committed Aug 12, 2010
1 parent 699fb07 commit 57a239f
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 131 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
*v1.2.6.5* (2010-08-12)
* reorganized XHR stuff
* adjusted eCSStender::isSupported() (property version) to avoid using expando-related checks (in preparation for IE9)
* beefed-up internal zero_out() function
* stripped out addition of Array.push() for browsers that didn't support it (it was unnecessary)

*v1.2.6.4* (2010-08-04)
* swapped decrement side in clearBrowserCache()

Expand Down
Loading

0 comments on commit 57a239f

Please sign in to comment.