OSDN Git Service

Version 0.6.145, fix X.Audio, fix VIEW_ACTIVATE Event @X.ViewPort.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 05_XUI_Gesture.js
index bcf156f..37d0af2 100644 (file)
                }\r
        };\r
        \r
-       /**\r
+       /*\r
         * this holds the last move event,\r
         * used to fix empty touchend issue\r
         * see the onTouch event for an explanation\r
         */\r
        var last_move_event = null;\r
 \r
-       /**\r
+       /*\r
         * when the mouse is hold down, this is true\r
         * @type {Boolean}\r
         */\r
        var enable_detect = false;\r
 \r
-       /**\r
+       /*\r
         * when touch events have been fired, this is true\r
         * @type {Boolean}\r
         */\r