Explorar el Código

New orientation_change event for "Desktop" environments

@soyjavi hace 14 años
padre
commit
b27554a717
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Lungo.Events.js

+ 1 - 1
src/Lungo.Events.js

@@ -26,7 +26,7 @@ LUNGO.Events = (function(lng, undefined) {
             TOUCH_END: 'mouseup',
             TAP: 'click',
             DOUBLE_TAP: 'dblclick',
-            ORIENTATION_CHANGE: 'orientationchange'
+            ORIENTATION_CHANGE: 'resize'
         }
     };