File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ countDownText : "Remaining: ", // count down text
129
129
countExtendedCharacters : false , // count extended UTF-8 characters as 2 bytes (such as Chinese characters)
130
130
131
131
// 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
134
134
maxcount : function (el ){}, // Callback: function(element) - Fires when the counter hits the maximum word/character count
135
135
mincount : function (el ){}, // Callback: function(element) - Fires when the counter hits the minimum word/character count
136
136
init : function (el ){} // Callback: function(element) - Fires after the counter is initially setup
You can’t perform that action at this time.
0 commit comments