Opened 11 years ago
Closed 11 years ago
#8177 closed bug (notabug)
widget doesnt reset property on destroy
Reported by: | testiranje | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you make instance second time to length is 2. http://jsfiddle.net/f9TgD/17/
Note: See
TracTickets for help on using
tickets.
That's how prototypes work in JavaScript. Don't use hashes on your prototypes if that's not what you want.