Remove public docs for Project::relativize

This commit is contained in:
Max Brunsfeld 2015-02-26 08:46:14 -08:00
parent 69b1a08ef5
commit 5f2a92f486

View File

@ -266,9 +266,6 @@ class Project extends Model
else
undefined
# Public: Make the given path relative to a project directory.
#
# * `fullPath` {String} full path
relativize: (fullPath) ->
@relativizePath(fullPath)[1]