Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
This commit is contained in:
@@ -429,7 +429,9 @@ var getContentFrame = panel =>
|
||||
panel.backgroundFrame
|
||||
exports.getContentFrame = getContentFrame;
|
||||
|
||||
function getContentDocument(panel) getContentFrame(panel).contentDocument
|
||||
function getContentDocument(panel) {
|
||||
return getContentFrame(panel).contentDocument;
|
||||
}
|
||||
exports.getContentDocument = getContentDocument;
|
||||
|
||||
function setURL(panel, url) {
|
||||
|
||||
Reference in New Issue
Block a user