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:
Hixie 2014-11-17 14:24:33 -08:00
parent 8d2b5c3b1d
commit 30ba272a0a

View file

@ -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;