From aff40b0154ff3a54b17c6245eff42dc5f51fd119 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 29 Nov 2013 21:07:37 +0100 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Core/Element.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 3273ac8c..79bc6b90 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -53,14 +53,14 @@ Ox.Element Basic UI element object clientDX Horizontal drag delta in px clientDY Vertical drag delta in px * <*> Original event properties + dragstart dragstart + Fires when the mouse is down for 250 ms + * <*> Original event properties mousedown mousedown Fires on mousedown (this is useful if one wants to listen for singleclicks, but not doubleclicks or drag events, and wants the event to fire as early as possible) * <*> Original event properties - dragstart dragstart - Fires when the mouse is down for 250 ms - * <*> Original event properties mouserepeat mouserepeat Fires every 50 ms after the mouse was down for 250 ms, stops firing on mouseleave or mouseup (this fires like a key that is being