This commit is contained in:
gorhill 2015-07-02 08:20:56 -04:00
parent 5775fe32b8
commit 75645e2f83
1 changed files with 2 additions and 2 deletions

View File

@ -701,8 +701,8 @@ vAPI.tabs.open = function(details) {
// Open in a standalone window
if ( details.popup === true ) {
win = Services.ww.openWindow(
win,
Services.ww.openWindow(
self,
details.url,
null,
'menubar=no,toolbar=no,location=no,resizable=yes',