sync
[roojs1] / roojs-debug.js
index 10319ea..79b1a4f 100644 (file)
@@ -8249,7 +8249,13 @@ if(opt.anim.isAnimated()){
                 return;
             }
             event.preventDefault();
-            this.fireEvent('dblclick', this, event);
+            var revent = new MouseEvent('dblclick',  {
+                view: window,
+                bubbles: true,
+                cancelable: true
+            });
+             
+            this.dom.dispatchEvent(revent);
             //action on double tap goes below
              
         },