mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Remove unneeded _.clone call
This is no longer needed after upgrading underscore which fixed a bug with object equality across objects created in different contexts.
This commit is contained in:
@@ -107,7 +107,7 @@ class Git
|
||||
headCheckedOut
|
||||
|
||||
getDiffStats: (path) ->
|
||||
_.clone(@getRepo().getDiffStats(@relativize(path)))
|
||||
@getRepo().getDiffStats(@relativize(path))
|
||||
|
||||
isSubmodule: (path) ->
|
||||
@getRepo().isSubmodule(@relativize(path))
|
||||
|
||||
Reference in New Issue
Block a user