Skip to content

Commit

Permalink
Merge pull request #1098 from mc10/patch-1
Browse files Browse the repository at this point in the history
XPI: Add semicolon
  • Loading branch information
jewel-andraia committed May 18, 2014
2 parents de0832e + 69f38e0 commit e112e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XPI/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pageMod.PageMod({
worker.postMessage({status: "success"});
break;
case 'keyboardNav':
inBackground = (request.button === 1)
inBackground = (request.button === 1);
isPrivate = priv.isPrivate(windows.activeWindow);

// handle requests from keyboardNav module
Expand Down

0 comments on commit e112e58

Please sign in to comment.