Correct javascript comments.

NOTRY=true

Review URL: https://codereview.chromium.org/468203002

git-svn-id: svn://svn.chromium.org/blink/trunk@180195 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3c38727c
...@@ -67,8 +67,8 @@ found in the LICENSE file. ...@@ -67,8 +67,8 @@ found in the LICENSE file.
update: function() { update: function() {
var annotationPromise = CTFailureGroup.fetchAnnotations(); var annotationPromise = CTFailureGroup.fetchAnnotations();
# FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts // FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts
# when Sheriff-o-matic is redeployed to serve /alerts. // when Sheriff-o-matic is redeployed to serve /alerts.
net.json('http://auto-sheriff.appspot.com/data').then(function(data) { net.json('http://auto-sheriff.appspot.com/data').then(function(data) {
annotationPromise.then(function(annotations) { annotationPromise.then(function(annotations) {
// FIXME: Don't special-case the blink master. // FIXME: Don't special-case the blink master.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment