diff options
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 62e32539..829b0abb 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -361,7 +361,7 @@ HintCoordinator = try port.postMessage request catch - @unregisterFrame tabId, frameId + @unregisterFrame tabId, parseInt frameId prepareToActivateMode: (tabId, originatingFrameId, {modeIndex}) -> @tabState[tabId] = {frameIds: frameIdsForTab[tabId][..], hintDescriptors: [], originatingFrameId, modeIndex} |
