Skip to content

Commit

Permalink
this fixes #429
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 2, 2015
1 parent 5775fe3 commit 75645e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/firefox/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 75645e2

Please sign in to comment.