mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Specify text as second parameter
This commit is contained in:
parent
14a73337ce
commit
1be0b817de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user