Remove unused Range

This commit is contained in:
Kevin Sawicki
2013-11-15 10:49:15 -08:00
parent 1c8df2c0b5
commit e2d4b58d5f

View File

@@ -5,7 +5,6 @@ _ = require 'underscore-plus'
fs = require 'fs-plus'
Q = require 'q'
telepath = require 'telepath'
{Model, Range} = telepath
TextBuffer = require './text-buffer'
EditSession = require './edit-session'
@@ -19,7 +18,7 @@ Git = require './git'
# Ultimately, a project is a git directory that's been opened. It's a collection
# of directories and files that you can operate on.
module.exports =
class Project extends Model
class Project extends telepath.Model
Emitter.includeInto(this)
@properties