File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ var ateModule = (function($)
62
62
63
63
var typingBuffer = [ ] // Keep track of what's been typed before timeout
64
64
, typingTimer // Keep track of time between keypresses
65
- , typingTimeout // Delay before we clear buffer
66
- , keyPressEvent // Keep track of keypress event to prevent re-firing
67
- , keyUpEvent // Keep track of keyup event to prevent re-firing
68
- , clipboard // Keep track of what's in the clipboard
69
- , disableShortcuts // Flag to disable shortcuts in unreliable state
65
+ , typingTimeout // Delay before we clear buffer
66
+ , keyPressEvent // Keep track of keypress event to prevent re-firing
67
+ , keyUpEvent // Keep track of keyup event to prevent re-firing
68
+ , clipboard // Keep track of what's in the clipboard
69
+ , disableShortcuts // Flag to disable shortcuts in unreliable state
70
70
;
71
71
72
72
// Initialize module
You can’t perform that action at this time.
0 commit comments