enable tabs and project pane by default

This commit is contained in:
Chris Wanstrath
2011-09-05 23:46:34 -07:00
parent 3f16a2d58b
commit d04e4dc176
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
exports.Project = Project = require 'project/project'
new Project
(new Project).toggle()

View File

@@ -1,3 +1,3 @@
exports.Tabs = Tabs = require 'tabs/tabs'
new Tabs
(new Tabs).toggle()