Skip to content

Commit 8373ea6

Browse files
committed
Spacing cleanup
1 parent ab3a2f0 commit 8373ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

textcounter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@
223223
'countExtendedCharacters' : false, // count extended UTF-8 characters as 2 bytes (such as Chinese characters)
224224

225225
// Callback API
226-
maxunder : function(el){}, // Callback: function(element) - Fires when counter under max limit
227-
minunder : function(el){}, // Callback: function(element) - Fires when counter under min limit
226+
maxunder : function(el){}, // Callback: function(element) - Fires when counter under max limit
227+
minunder : function(el){}, // Callback: function(element) - Fires when counter under min limit
228228
maxcount : function(el){}, // Callback: function(element) - Fires when the counter hits the maximum word/character count
229229
mincount : function(el){}, // Callback: function(element) - Fires when the counter hits the minimum word/character count
230230
init : function(el){} // Callback: function(element) - Fires after the counter is initially setup

0 commit comments

Comments
 (0)