Closed
Bug 641499
Opened 15 years ago
Closed 15 years ago
Don't throw when event.type is called before initEvent
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
|
1.41 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #519163 -
Flags: review?(jonas)
Comment on attachment 519163 [details] [diff] [review]
patch
>+ aType = EmptyString();
I think aType.Truncate() is the preferred way to do this.
r=me with that fixed.
Attachment #519163 -
Flags: review?(jonas) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Indeed. I'll change that.
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•