diff --git a/src/command-registry.coffee b/src/command-registry.coffee index 4429677a2..4cf002c7e 100644 --- a/src/command-registry.coffee +++ b/src/command-registry.coffee @@ -1,7 +1,6 @@ {Emitter, Disposable, CompositeDisposable} = require 'event-kit' {calculateSpecificity, validateSelector} = require 'clear-cut' _ = require 'underscore-plus' -{$} = require './space-pen-extensions' SequenceCount = 0 @@ -138,8 +137,6 @@ class CommandRegistry # * `name` The name of the command. For example, `user:insert-date`. # * `displayName` The display name of the command. For example, # `User: Insert Date`. - # * `jQuery` Present if the command was registered with the legacy - # `$::command` method. findCommands: ({target}) -> commandNames = new Set commands = []