diff --git a/plugins/project/index.coffee b/plugins/project/index.coffee index 786ce8ca4..1d1d305cb 100644 --- a/plugins/project/index.coffee +++ b/plugins/project/index.coffee @@ -1,3 +1,3 @@ exports.Project = Project = require 'project/project' -new Project +(new Project).toggle() diff --git a/plugins/tabs/index.coffee b/plugins/tabs/index.coffee index eb61db08f..dd2939776 100644 --- a/plugins/tabs/index.coffee +++ b/plugins/tabs/index.coffee @@ -1,3 +1,3 @@ exports.Tabs = Tabs = require 'tabs/tabs' -new Tabs \ No newline at end of file +(new Tabs).toggle() \ No newline at end of file