Commit 30ba272a authored by Hixie's avatar Hixie

Docs: copy/pasta left a type annotation from the IDLs in an example

Review URL: https://codereview.chromium.org/732163003
parent 8d2b5c3b
......@@ -84,7 +84,7 @@
}
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 cellCount = this.node.getProperty('beehive-count');
let cellDim = width / cellCount;
......
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