From dd37f73da08356954f4afa75aeec028e7a876836 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Fri, 17 Feb 2012 19:24:21 -0500 Subject: [PATCH] semicolon --- modules/client-redirect.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client-redirect.jsx b/modules/client-redirect.jsx index ae02e2c..63bd445 100644 --- a/modules/client-redirect.jsx +++ b/modules/client-redirect.jsx @@ -35,7 +35,7 @@ function do_client_redirect (buffer, request, location) { if (redirect) { var history = buffer.web_navigation.sessionHistory; if (history.index > 0) - history.getEntryAtIndex(history.index - 1, true) + history.getEntryAtIndex(history.index - 1, true); else history.PurgeHistory(1); buffer.load(redirect); -- 2.11.4.GIT