#2649 closed defect (fixed)
scope issues in dojo.query
Reported by: | dylan | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Query | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
getTagName and getClassName cause scoping issues when creating a build with them in dojo.
getTagName is not defined [Break on this error] var _807=getTagName(tqp);
for code like this:
var _807=getTagName(tqp); _803+=_806+_807; var id=_7e2(tqp); if(id.length){ _803+="[@id='"+id+"']"; } var cn=getClassName(tqp); if(cn.length){ var _80a=" "; if(cn.charAt(cn.length-1)=="*"){ _80a=""; cn=cn.substr(0,cn.length-1); }
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:5 Changed 12 years ago by
Component: | DOM → Query |
---|
Note: See
TracTickets for help on using
tickets.
(In [7801]) moving getTagName to before it's first use. Refs #2649