mainly made the code shorter:
authorAriel Flesler <aflesler@gmail.com>
Tue, 29 Apr 2008 23:34:50 +0000 (23:34 +0000)
committerAriel Flesler <aflesler@gmail.com>
Tue, 29 Apr 2008 23:34:50 +0000 (23:34 +0000)
commit17b1e407d101c5c7f91db633df3a80cd9b4466ae
tree7ba61683c0de076aa7cc4e438e43d3847bbea1e4
parentea44348fdb8d039dd74684cdafc6c73430f297b3
mainly made the code shorter:
- removed some needless if's
- replace multiple "var x" for one, comma separated declaration.
- added a local fn called now() for the (new Date)s
- fixed the indentation of a block, and a typo in a comment.
- used fn instead of prototype where possible
- jquery fx: exposed the speeds hash as jQuery.fx.speeds.

Also fixed (again) line endings
src/ajax.js
src/core.js
src/event.js
src/fx.js
src/selector.js