mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
update require paths
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$ = require 'jquery'
|
||||
SortableList = require 'sortable-list'
|
||||
Tab = require 'tabs/src/tab'
|
||||
Tab = require 'tabs/lib/tab'
|
||||
|
||||
module.exports =
|
||||
class Tabs extends View
|
||||
class Tabs extends SortableList
|
||||
@activate: ->
|
||||
rootView.eachEditor (editor) =>
|
||||
@prependToEditorPane(rootView, editor) if editor.attached
|
||||
|
||||
Reference in New Issue
Block a user