#1079 closed defect (fixed)
fix for #971 (getElementsByClass)
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | Bug #971, dojo.html.getElementsByClass, fix | Cc: | |
Blocked By: | Blocking: |
Description
change
"*") + "[contains("; |
to
"*") + "[contains("; |
in dojo.html.getElementsByClass
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was added/fixed in the html-refactor.
Note: See
TracTickets for help on using
tickets.
why not add your comment in ticket #971 instead?