Skip to content

Commit 76c5408

Browse files
xabolcsUtiluMark
authored andcommitted
Don't use undefined Cu shortcut (#216)
1 parent c49fbcb commit 76c5408

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

extension/chrome/content/messenger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ getWindowTitleForMessenger: function(aTab)
8585
{
8686
let docTitle = aTab.title;
8787

88-
Cu.import("resource://gre/modules/AppConstants.jsm");
8988
let platformIsMac = AppConstants.platform == "macosx";
9089

9190
if (docTitle && !platformIsMac)

extension/chrome/content/suite.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ getWindowTitleForNavigator: function () {
9797
var sep = docElement.getAttribute("titlemenuseparator");
9898
var modifier = "";
9999

100-
Cu.import("resource://gre/modules/AppConstants.jsm");
101100
var platformIsMac = AppConstants.platform == "macosx";
102101

103102
if (!platformIsMac) {

0 commit comments

Comments
 (0)