Explorar o código

New orientation_change event for "Desktop" environments

@soyjavi %!s(int64=14) %!d(string=hai) anos
pai
achega
b27554a717
Modificáronse 1 ficheiros con 1 adicións e 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'
         }
     };