💄 Require Editor and Range from atom

This commit is contained in:
Kevin Sawicki
2013-09-20 17:06:30 -07:00
parent 5a9972b370
commit fa6e85a522

View File

@@ -1,6 +1,4 @@
{_, $, $$, fs, RootView} = require 'atom'
Editor = require '../src/editor'
{Range} = require 'telepath'
{_, $, $$, fs, Editor, Range, RootView} = require 'atom'
path = require 'path'
describe "Editor", ->