Specify text as second parameter

This commit is contained in:
Kevin Sawicki 2013-03-01 16:40:51 -08:00
parent 14a73337ce
commit 1be0b817de

View File

@ -144,7 +144,7 @@ class Git
@getRepo().getAheadBehindCounts()
getLineDiffs: (path, text) ->
@getRepo().getLineDiffs(@relativize(path), path)
@getRepo().getLineDiffs(@relativize(path), text)
_.extend Git.prototype, Subscriber
_.extend Git.prototype, EventEmitter