Rather than declaring empty anonymous functions all around, introduce and use a singl...
authorjeresig <jeresig@gmail.com>
Thu, 31 Dec 2009 14:50:49 +0000 (09:50 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 31 Dec 2009 14:50:49 +0000 (09:50 -0500)
commit6cb2945837ccca55204191a8e7a70b2b2486c28e
tree84c70783906dd9c784fbf96f815e88900b287077
parentfe6c86d53046b0f4d648f61c0b8e75387af65152
Rather than declaring empty anonymous functions all around, introduce and use a single empty function. Thanks to Matt Kruse for the suggestion.
src/ajax.js
src/core.js
src/event.js
src/offset.js