update require paths

This commit is contained in:
Justin Palmer
2013-02-10 09:50:44 -08:00
parent b2ce4ca6d5
commit ccb8688a43

View File

@@ -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