Fix types of line
Since we have compilation off, these are merely documentation, but that `number` through me off quite a bit - definitely worth fixing. Change-Id: Ic5ba1daeaad8c68ef3460ccb53f9f4ec6de0fcfa
This commit is contained in:
@@ -353,7 +353,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {number} line
|
* @param {GrDiffLine} line
|
||||||
* @param {string=} opt_side
|
* @param {string=} opt_side
|
||||||
* @return {!Object}
|
* @return {!Object}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -25,8 +25,10 @@
|
|||||||
this.highlights = [];
|
this.highlights = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @type {number|string} */
|
||||||
GrDiffLine.prototype.afterNumber = 0;
|
GrDiffLine.prototype.afterNumber = 0;
|
||||||
|
|
||||||
|
/** @type {number|string} */
|
||||||
GrDiffLine.prototype.beforeNumber = 0;
|
GrDiffLine.prototype.beforeNumber = 0;
|
||||||
|
|
||||||
GrDiffLine.prototype.contextGroup = null;
|
GrDiffLine.prototype.contextGroup = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user