mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update the less files to properly import less
This commit is contained in:
@@ -83,8 +83,6 @@ class Editor extends View
|
||||
else
|
||||
{editSession, @mini} = editSessionOrOptions ? {}
|
||||
|
||||
requireStylesheet 'editor'
|
||||
|
||||
@id = Editor.nextEditorId++
|
||||
@lineCache = []
|
||||
@configure()
|
||||
|
||||
@@ -28,8 +28,6 @@ class SelectList extends View
|
||||
|
||||
# Public:
|
||||
initialize: ->
|
||||
requireStylesheet 'select-list'
|
||||
|
||||
@miniEditor.getBuffer().on 'changed', => @schedulePopulateList()
|
||||
@miniEditor.on 'focusout', => @cancel() unless @cancelling
|
||||
@on 'core:move-up', => @selectPreviousItem()
|
||||
|
||||
Reference in New Issue
Block a user