#9607 closed defect (fixed)
small typo in dojox.grid.util
Reported by: | ben hockey | Owned by: | ben hockey |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dgu.funnelEvents = function(inNode, inObject, inMethod, inEvents){ var evts = (inEvents ? inEvents : dgu.mouseEvents.concat(dgu.keyEvents)); for (var i=0, l=evts.length; i<l; i++){ inObject.connect(inNode, 'on' + evts[i], inMethod); } },
the comma should be a ;
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.