mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
💄
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
b5f4b8d254
commit
e68bc47dc5
@@ -13,6 +13,7 @@ class AtomWindow
|
||||
browserWindow: null
|
||||
contextMenu: null
|
||||
inspectElementMenuItem: null
|
||||
loaded: null
|
||||
|
||||
constructor: (settings={}) ->
|
||||
{resourcePath, pathToOpen, isSpec} = settings
|
||||
|
||||
@@ -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) ->
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user