From 8c906998d0cb1eef055099fc79ba8d800913d7fb Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 12 Oct 2012 14:40:00 +0100 Subject: [PATCH] Window onfocus timer fix --- client/dev/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dev/view.js b/client/dev/view.js index caa0464..542a993 100644 --- a/client/dev/view.js +++ b/client/dev/view.js @@ -984,7 +984,7 @@ kiwi.view.Application = Backbone.View.extend({ // Some browsers don't always update the last title correctly // Wait a few seconds and then reset - setTimeout(this.reset, 2000); + setTimeout(that.reset, 2000); }); $(window).blur(function (event) { -- 2.25.1