Only try to get data attributes for a jQuery-wrapped object if it is actually an...
authorColin Snover <github.com@zetafleet.com>
Fri, 3 Dec 2010 07:19:39 +0000 (01:19 -0600)
committerColin Snover <github.com@zetafleet.com>
Fri, 3 Dec 2010 07:19:39 +0000 (01:19 -0600)
commit11e52bdaeae769dec384ca0eb286901122f35501
treebe7adaa3ec0b03f6dd51f1348291ea5dd89a8a15
parente1d6edf822f7f875f794849723b13bbf74dd3c83
Only try to get data attributes for a jQuery-wrapped object if it is actually an Element node. Fixes #7524.
src/data.js
test/unit/data.js