Closed
Bug 751924
Opened 13 years ago
Closed 13 years ago
JS strict warnings in gGestureSupport code because functions don't always return a value
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 15
People
(Reporter: dao, Assigned: dao)
Details
Attachments
(1 file)
|
4.25 KB,
patch
|
fryn
:
review+
|
Details | Diff | Splinter Review |
JavaScript strict warning: chrome://browser/content/browser.js, line 4658: function GS_handleEvent does not always return a value
JavaScript strict warning: chrome://browser/content/browser.js, line 4630: function GS_handleEvent does not always return a value
JavaScript strict warning: chrome://browser/content/browser.js, line 4805: anonymous function does not always return a value
Also, _doAction always returns a value, but it's never looked at.
Attachment #621074 -
Flags: review?(fryn)
Comment 1•13 years ago
|
||
Comment on attachment 621074 [details] [diff] [review]
patch
Thanks for converting the inefficient forEach.
Attachment #621074 -
Flags: review?(fryn) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → Firefox 15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•