#7406 closed defect (fixed)
cleanContent defined twice in dojo.html._ContentSetter
Reported by: | bitranch | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.2 |
Component: | Core | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the definition of dojo.html._ContentSetter, cleanContent is defined twice (from svn trunk):
// cleanContent: Boolean // Should the content be cleaned/made safe before ... cleanContent: false, // extractContent: Boolean // Should the content be treated as a full html ... extractContent: false, cleanContent: false,
Deleting that last "cleanContent" line is all that's necessary.
Other than unnecessarily using space, this doesn't seem to have any negative effects. (Well, it hurts my sense of esthetics, but I'll eventually recover.)
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14924]) fixes #7406 - whitespace and duplicate variable declaration in html._ContentSetter ... thanks bitranch! !strict