mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
Git.refreshStatuses() -> Git.refreshStatus()
This commit is contained in:
@@ -34,7 +34,7 @@ class Git
|
||||
$ = require 'jquery'
|
||||
@subscribe $(window), 'focus', =>
|
||||
@refreshIndex()
|
||||
@refreshStatuses()
|
||||
@refreshStatus()
|
||||
|
||||
getRepo: ->
|
||||
unless @repo?
|
||||
@@ -107,7 +107,7 @@ class Git
|
||||
isSubmodule: (path) ->
|
||||
@getRepo().isSubmodule(@relativize(path))
|
||||
|
||||
refreshStatuses: ->
|
||||
refreshStatus: ->
|
||||
new RepositoryStatusTask(this).start()
|
||||
|
||||
_.extend Git.prototype, Subscriber
|
||||
|
||||
Reference in New Issue
Block a user