From a223efbca3fbd82c1b617c95a32156d08f38e556 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 23 Aug 2011 10:34:50 -0700 Subject: [PATCH] fix titles --- HTML/osx.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTML/osx.coffee b/HTML/osx.coffee index 44821ca26..5e1345301 100644 --- a/HTML/osx.coffee +++ b/HTML/osx.coffee @@ -68,7 +68,7 @@ Chrome = sender: 'editor' title: (text) -> - Chrome.activeWindow().setTitle text + App.window.title = text toggleFullscreen: -> if Chrome.fullscreen?