Skip to content

Commit 0edbaa3

Browse files
author
Carlin
committed
fixing spacing
1 parent 40b5f98 commit 0edbaa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: app/scripts/ate.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ var ateModule = (function($)
6262

6363
var typingBuffer = [] // Keep track of what's been typed before timeout
6464
, 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
7070
;
7171

7272
// Initialize module

0 commit comments

Comments
 (0)