From 3247527c8d4ee2b08f6c37629b1540366120236c Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 23 May 2011 04:38:30 +0200 Subject: [PATCH] Documentation: Add @lends to ToolHandler to stop it bleeding into the ToolEvent documentation. --- src/tool/ToolHandler.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tool/ToolHandler.js b/src/tool/ToolHandler.js index db45ac74..c19ecc7f 100644 --- a/src/tool/ToolHandler.js +++ b/src/tool/ToolHandler.js @@ -15,6 +15,8 @@ */ var ToolHandler = this.ToolHandler = Base.extend({ + /** @lends ToolHandler# */ + beans: true, /**