Appeasing closure after snackbar changes

master
Sérgio Gomes 2016-01-13 16:17:28 +00:00
parent de90043902
commit 58b7ba0871
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
this.actionText_ = undefined;
this.active = false;
this.checkQueue_();
}.bind(this), this.Constant_.ANIMATION_LENGTH);
}.bind(this), /** @type {number} */ (this.Constant_.ANIMATION_LENGTH));
};
/**