| Index: Tools/GardeningServer/ui/ct-commit-data.html
|
| diff --git a/Tools/GardeningServer/ui/ct-commit-data.html b/Tools/GardeningServer/ui/ct-commit-data.html
|
| index b976b5279877ca2cc49dee82b182e0e64acee259..f91e9cf660fcd6203d499e74848e67e4a8658c6d 100644
|
| --- a/Tools/GardeningServer/ui/ct-commit-data.html
|
| +++ b/Tools/GardeningServer/ui/ct-commit-data.html
|
| @@ -12,14 +12,14 @@ found in the LICENSE file.
|
| last: 0,
|
|
|
| firstChanged: function() {
|
| - this.update_();
|
| + this._update();
|
| },
|
|
|
| lastChanged: function() {
|
| - this.update_();
|
| + this._update();
|
| },
|
|
|
| - update_: function() {
|
| + _update: function() {
|
| this.data = model.commitDataListForRevisionRange(this.first, this.last);
|
| },
|
| });
|
|
|