Skip to content

Commit ab3a2f0

Browse files
committed
Spacing cleanup
1 parent 5b00a07 commit ab3a2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ countDownText : "Remaining: ", // count down text
129129
countExtendedCharacters : false, // count extended UTF-8 characters as 2 bytes (such as Chinese characters)
130130

131131
// Callback API
132-
maxunder : function(el){}, // Callback: function(element) - Fires when counter is under max limit
133-
minunder : function(el){}, // Callback: function(element) - Fires when counter is under min limit
132+
maxunder : function(el){}, // Callback: function(element) - Fires when counter is under max limit
133+
minunder : function(el){}, // Callback: function(element) - Fires when counter is under min limit
134134
maxcount : function(el){}, // Callback: function(element) - Fires when the counter hits the maximum word/character count
135135
mincount : function(el){}, // Callback: function(element) - Fires when the counter hits the minimum word/character count
136136
init : function(el){} // Callback: function(element) - Fires after the counter is initially setup

0 commit comments

Comments
 (0)