Search and Top Navigation
#8177 closed bug (notabug)
Opened March 09, 2012 02:10PM UTC
Closed March 09, 2012 02:14PM UTC
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.
Attachments (0)
Change History (1)
Changed March 09, 2012 02:14PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
That's how prototypes work in JavaScript. Don't use hashes on your prototypes if that's not what you want.