Update function doc

rtd2
Andrew Brookins 2012-04-02 20:35:32 -07:00
parent 49eaa703e5
commit ff36900e58
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ function guessRepo() {
// page with the latest values from the server, to keep the user informed of
// progress.
//
// If we never get a 'finished' state back from the server, stop polling
// after 10 minutes.
// If we haven't received a 'finished' state back the server in 10 minutes,
// stop polling.
BuildUpdater.prototype.startPolling = function() {
var stateSpan = $(this.buildDiv + ' span#build-state');
var _this = this;