Closed
Bug 1123512
Opened 11 years ago
Closed 11 years ago
Move all the moz*() functions in ReaderMode.js to a unique namespace
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
References
Details
Instead of having those functions globally, move them to some namespace where there is no possible conflict with code from web content. I think Chrome puts stuff like that in a __chrome_362b3e3a_API namespace or so.
Comment 1•11 years ago
|
||
good. then we won't need to keep prefixing with moz* too.
Reporter | ||
Updated•11 years ago
|
Summary: Move all the moz*() functions in ReaderMode.js to a private namespace → Move all the moz*() functions in ReaderMode.js to a unique namespace
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Blocks: iosreaderview
You need to log in
before you can comment on or make changes to this bug.
Description
•