From 4ed8ac8088eb7bcd0f0b396afce828ac37951062 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Tue, 8 Oct 2013 09:54:39 -0700 Subject: [PATCH] updated on() docs to include content events --- src/Node.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Node.js b/src/Node.js index e252eb3c..e1a99053 100644 --- a/src/Node.js +++ b/src/Node.js @@ -116,8 +116,10 @@ /** * bind events to the node. KineticJS supports mouseover, mousemove, * mouseout, mouseenter, mouseleave, mousedown, mouseup, click, dblclick, touchstart, touchmove, - * touchend, tap, dbltap, dragstart, dragmove, and dragend events. Pass in a string - * of events delimmited by a space to bind multiple events at once + * touchend, tap, dbltap, dragstart, dragmove, and dragend events. The Kinetic Stage supports + * contentMouseover, contentMousemove, contentMouseout, contentMousedown, contentMouseup, + * contentClick, contentDblclick, contentTouchstart, contentTouchmove, contentTouchend, contentTap, + * and contentDblTap. Pass in a string of events delimmited by a space to bind multiple events at once * such as 'mousedown mouseup mousemove'. Include a namespace to bind an * event by name such as 'click.foobar'. * @method