aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-10-26 06:32:37 +0000
committerStephen Blott2014-10-26 06:32:37 +0000
commite8f2fb67dfec05a7cc87b69e612a8d38734ef7cf (patch)
tree8452abf192616f353e52d23ffc72c566dd26851c /background_scripts
parenta485fe7500ce0d8cad0b6f5a3d20b279d738521b (diff)
parent17d06058b8aa5e05a705c5c914fb42bf9f13a307 (diff)
downloadvimium-e8f2fb67dfec05a7cc87b69e612a8d38734ef7cf.tar.bz2
Merge branch 'mrmr1993-stop-frame-register-infinite-loop'
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 352cfa48..7b9d98b0 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -593,7 +593,7 @@ registerFrame = (request, sender) ->
focusedFrame = request.frameId
framesForTab[sender.tab.id].total = request.total
- framesForTab[sender.tab.id].frames.push({ id: request.frameId, area: request.area })
+ framesForTab[sender.tab.id].frames.push({ id: request.frameId })
handleFrameFocused = (request, sender) -> focusedFrame = request.frameId