From dc098d3067ca578e7393ef9ec9d4ad7248a93234 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 8 Sep 2016 12:11:28 +0900 Subject: [PATCH] Refer constant property correctly --- modules/bookmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bookmark.js b/modules/bookmark.js index d3ad98e8..9af3cc3d 100644 --- a/modules/bookmark.js +++ b/modules/bookmark.js @@ -430,7 +430,7 @@ PlacesUIUtils._openTabset = function(aItemsToOpen, aEvent, aWindow, ...aArgs) { var result = BS.handleTabsOpenProcess(where, aEvent, w, ids, uris, aItemsToOpen, this.__treestyletab__folderName); log(' result: ', result); - if (result.behavior == this.kGROUP_BOOKMARK_CANCEL) + if (result.behavior == TST.kGROUP_BOOKMARK_CANCEL) return; var tabs = TST.doAndGetNewTabs((function() {