Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1891)

Unified Diff: Tools/GardeningServer/ui/ct-commit-data.html

Issue 380983002: Fix private style in ct-commit-data.html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: include new file Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/run-unittests.html ('k') | Tools/GardeningServer/ui/ct-commit-data-tests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
},
});
« no previous file with comments | « Tools/GardeningServer/run-unittests.html ('k') | Tools/GardeningServer/ui/ct-commit-data-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698