Opened 10 years ago
Closed 10 years ago
#13564 closed bug (duplicate)
javascript error on data(...) : owner is undefined
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
$('#nothing').data('d') throw this javascript error in the 2.0b2:
TypeError: owner is undefined
when $('#nothing') returns an empty set. It works with the 1.9.1.
Please see http://jsfiddle.net/tZy7G/9/
Fabrice.
Note: See
TracTickets for help on using
tickets.
Duplicate of #13551.