From a7c835ec6ef4aa8f660aa0105768a88ead3524e8 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 1 Mar 2012 15:35:23 -0800 Subject: [PATCH] :poop: --- src/atom/window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom/window.coffee b/src/atom/window.coffee index c3bc6a688..714999453 100644 --- a/src/atom/window.coffee +++ b/src/atom/window.coffee @@ -44,7 +44,7 @@ windowAdditions = $('head').append "" showConsole: -> - $native.showDevTools() + atom.native.showDevTools() onerror: -> @showConsole()