Skip to content

Commit

Permalink
reenable start all in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
wagle committed Apr 23, 2018
1 parent 85d43b3 commit dacd61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ BookmarkTags.BookmarkCmds= function ()
// event may be null.
function openInTabsWithEvent(bmObjs, event)
{
if (PlacesUIUtils._confirmOpenInTabs(bmObjs.length))
if (PlacesUIUtils.confirmOpenInTabs(bmObjs.length))
{
bmObjs= bmObjs.map(function (bmObj)
{
Expand Down

0 comments on commit dacd61e

Please sign in to comment.