From e2d4b58d5f48fff603354acf038dd35dd6797433 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 15 Nov 2013 10:49:15 -0800 Subject: [PATCH] Remove unused Range --- src/project.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project.coffee b/src/project.coffee index 9565e6181..03e843f74 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -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