From e68bc47dc5a2cafe9031007d9ea4a279c1b7353e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 15 Aug 2013 17:26:59 -0700 Subject: [PATCH] :lipstick: --- src/atom-window.coffee | 1 + src/keymap.coffee | 1 - src/window.coffee | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/atom-window.coffee b/src/atom-window.coffee index 3b75a8b69..4fa23c4ae 100644 --- a/src/atom-window.coffee +++ b/src/atom-window.coffee @@ -13,6 +13,7 @@ class AtomWindow browserWindow: null contextMenu: null inspectElementMenuItem: null + loaded: null constructor: (settings={}) -> {resourcePath, pathToOpen, isSpec} = settings diff --git a/src/keymap.coffee b/src/keymap.coffee index f4b437878..f2c1ae974 100644 --- a/src/keymap.coffee +++ b/src/keymap.coffee @@ -75,7 +75,6 @@ class Keymap bindingSet.selector is selector and bindingSet.bindings is bindings if bindingSet - console.log "binding set", bindingSet _.remove(@bindingSets, bindingSet) bindingsForElement: (element) -> diff --git a/src/window.coffee b/src/window.coffee index b73cc01ef..f3d3f2495 100644 --- a/src/window.coffee +++ b/src/window.coffee @@ -3,7 +3,6 @@ path = require 'path' telepath = require 'telepath' $ = require 'jquery' less = require 'less' -ipc = require 'ipc' remote = require 'remote' WindowEventHandler = require 'window-event-handler' require 'jquery-extensions'