Bug 844183: Uplift Add-on SDK changeset 2bee189e1cb87f5fbe38ce862c8ff35ee0978480
bf2c2f609b...2bee189e1c
This commit is contained in:
@@ -41,7 +41,7 @@ const WindowLoader = Trait.compose({
|
||||
_load: function _load() {
|
||||
if (this.__window) return;
|
||||
this._window = openDialog({
|
||||
private: this._private,
|
||||
private: this._isPrivate,
|
||||
args: this._tabOptions.map(function(options) options.url).join("|")
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user