Side navigation
#7239 closed bug (fixed)
Opened October 18, 2010 01:58PM UTC
Closed October 22, 2010 01:54PM UTC
Last modified January 31, 2011 04:24PM UTC
JSLint Check: Line 1279 character 22: 'data' is already defined.
Reported by: | rwaldron | Owned by: | john |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | data | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Occurs during JSLint check:
Problem at line 1279 character 22: 'data' is already defined.
var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
1 Error(s) found.
Attachments (0)
Change History (6)
Changed October 18, 2010 02:55PM UTC by comment:1
owner: | → rwaldron |
---|---|
status: | new → pending |
Changed October 18, 2010 08:43PM UTC by comment:2
status: | pending → new |
---|
Changed October 18, 2010 09:44PM UTC by comment:3
component: | unfiled → data |
---|---|
owner: | rwaldron → john |
status: | new → assigned |
version: | 1.4.3 |
This was introduced at [8a5df39045292397a06d08b4fab2ad29819b5d44] which is after the 1.4.3 release.
Changed October 18, 2010 09:48PM UTC by comment:4
Patch for this is in my pull requests.
Changed October 22, 2010 01:54PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed January 31, 2011 04:24PM UTC by comment:6
priority: | undecided → low |
---|
rwaldron: Is this on the initial 1.4.3 release or was the JSList error incurred on latest?.