Fix lint.
This commit is contained in:
@@ -127,17 +127,17 @@ BabyStats.prototype.onChartsReady_ = function() {
|
|||||||
|
|
||||||
/* Without these fake legend rows, the color assignments change. */
|
/* Without these fake legend rows, the color assignments change. */
|
||||||
this.sleepTable_.addRow([
|
this.sleepTable_.addRow([
|
||||||
'Awake',
|
'Awake',
|
||||||
'Awake',
|
'Awake',
|
||||||
new Date(0, 0, 0, 0, 0, 0),
|
new Date(0, 0, 0, 0, 0, 0),
|
||||||
new Date(0, 0, 0, 23, 59, 59),
|
new Date(0, 0, 0, 23, 59, 59),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.sleepTable_.addRow([
|
this.sleepTable_.addRow([
|
||||||
'Asleep',
|
'Asleep',
|
||||||
'Asleep',
|
'Asleep',
|
||||||
new Date(0, 0, 0, 0, 0, 0),
|
new Date(0, 0, 0, 0, 0, 0),
|
||||||
new Date(0, 0, 0, 23, 59, 59),
|
new Date(0, 0, 0, 23, 59, 59),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.checkInit_();
|
this.checkInit_();
|
||||||
|
|||||||
Reference in New Issue
Block a user