From 30ba272a0a478496982f0e5a6e8aa79523bb192c Mon Sep 17 00:00:00 2001 From: Hixie Date: Mon, 17 Nov 2014 14:24:33 -0800 Subject: [PATCH] Docs: copy/pasta left a type annotation from the IDLs in an example Review URL: https://codereview.chromium.org/732163003 --- examples/style/hex-layout.sky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/style/hex-layout.sky b/examples/style/hex-layout.sky index 695c2dd402..1d98c1d4c4 100644 --- a/examples/style/hex-layout.sky +++ b/examples/style/hex-layout.sky @@ -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;