Opened 11 years ago
Closed 11 years ago
#14362 closed defect (invalid)
On line 111: lite.js attempts to log `content`, but it is undefined
Reported by: | JoshNewman | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On line 111 of dojo/selector/lite.js an attempt to log content
causes an error. It seems that this:
console.log(content, query, method, nid);
Should be:
console.log(context, query, method, nid);
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to JoshNewman:
I had a corrupt version of Dojo. This is not a real bug.