From aeaa76a9e1bc37c50a33950e5524eb6fe41da001 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 Nov 2013 10:25:42 -0800 Subject: [PATCH] Remove Site from exports --- exports/atom.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exports/atom.coffee b/exports/atom.coffee index c4dbb75e2..66b90214a 100644 --- a/exports/atom.coffee +++ b/exports/atom.coffee @@ -1,4 +1,4 @@ -{Document, Point, Range, Site} = require 'telepath' +{Document, Point, Range} = require 'telepath' module.exports = _: require 'underscore-plus' @@ -11,7 +11,6 @@ module.exports = Git: require '../src/git' Point: Point Range: Range - Site: Site # The following classes can't be used from a Task handler and should therefore # only be exported when not running as a child node process