2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add Manipulator object to add shortcuts for dom manipulations

This commit is contained in:
Johann-S
2017-09-05 14:35:52 +02:00
committed by XhmikosR
parent 44f38e4128
commit 9f9712b98c
7 changed files with 34 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ const nativeEvents = [
'orientationchange',
'touchstart', 'touchmove', 'touchend', 'touchcancel',
'gesturestart', 'gesturechange', 'gestureend',
'focus', 'blur', 'change', 'reset', 'select', 'submit',
'focus', 'blur', 'change', 'reset', 'select', 'submit', 'focusin', 'focusout',
'load', 'unload', 'beforeunload', 'resize', 'move', 'DOMContentLoaded', 'readystatechange',
'error', 'abort', 'scroll'
]