Docs: copy/pasta left a type annotation from the IDLs in an example
Review URL: https://codereview.chromium.org/732163003
This commit is contained in:
parent
8d2b5c3b1d
commit
30ba272a0a
@ -84,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
return super(height); // does the equivalent of getIntrinsicWidth() above, applying min-height etc
|
return super(height); // does the equivalent of getIntrinsicWidth() above, applying min-height etc
|
||||||
}
|
}
|
||||||
function paintChildren(RenderingSurface canvas) {
|
function paintChildren(canvas) {
|
||||||
let width = this.node.width;
|
let width = this.node.width;
|
||||||
let cellCount = this.node.getProperty('beehive-count');
|
let cellCount = this.node.getProperty('beehive-count');
|
||||||
let cellDim = width / cellCount;
|
let cellDim = width / cellCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user