Move extensions with more than one file into folders

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-03 11:19:12 -07:00
parent ec510c5372
commit b96bd29ef5
20 changed files with 24 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
CommandInterpreter = require 'command-interpreter'
CommandInterpreter = require 'command-panel/command-interpreter'
Buffer = require 'buffer'
EditSession = require 'edit-session'
Editor = require 'editor'