Closed amccollum closed 13 years ago
The element's data was being overwritten any time a new value was set.
Also, the strict equality check in the scroll function was causing failures when x or y was undefined instead of null.
scroll
x
y
undefined
null
awesome. i can dig it.
The element's data was being overwritten any time a new value was set.
Also, the strict equality check in the
scroll
function was causing failures whenx
ory
wasundefined
instead ofnull
.