#685 closed defect (fixed)
[patch] Fixes for data/Item.js
Reported by: | Owned by: | skinner | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Two fixes are in:
dojo.data.Item.compare
- apparentlyotherItem
was lost in renaming frenzy. Renamed toitemTwo
, which, I believe, is the intended name.dojo.data.Item.prototype.hasAttribute
did some fancy dance with a loop. I simplified it to make it shorter, more explicit, and more efficient.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | dojo.data.Item.patch added |
---|
comment:1 Changed 16 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to skinner |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Thanks for the patch Eugene -- I'll apply it as soon as I have a chance to get back to working on code.