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 223
223
'countExtendedCharacters' : false , // count extended UTF-8 characters as 2 bytes (such as Chinese characters)
224
224
225
225
// 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
228
228
maxcount : function ( el ) { } , // Callback: function(element) - Fires when the counter hits the maximum word/character count
229
229
mincount : function ( el ) { } , // Callback: function(element) - Fires when the counter hits the minimum word/character count
230
230
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