浏览代码

Update canvasrenderer

gero3 11 年之前
父节点
当前提交
09a89b61c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/renderers/CanvasRenderer.html

+ 1 - 1
docs/api/renderers/CanvasRenderer.html

@@ -133,7 +133,7 @@
 		This set the size of the drawing canvas and if updateStyle is set, then the css of the canvas is updated too.
 		</div>
 
-		<h3>.setClearColorHex([page:number hex], [page:number alpha]) [page:todo]</h3>
+		<h3>.setClearColorHex([page:number hex], [page:number alpha])</h3>
 		<div>
 		hex -- The the hexadecimal value of the color to clear the canvas with. <br />
         alpha -- The alpha channel to clear the canvas with.