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 @@ -135,8 +135,8 @@ countOverflowText : "Maximum %type exceeded by %d", // count overflow
135
135
countOverflowContainerClass : " text-count-overflow-wrapper" , // class applied to the count overflow wrapper
136
136
137
137
// Callback API
138
- maxunder : function (el ){}, // Callback: function(element) - Fires when counter under max limit
139
- minunder : function (el ){}, // Callback: function(element) - Fires when counter under min limit
138
+ maxunder : function (el ){}, // Callback: function(element) - Fires when counter is under max limit
139
+ minunder : function (el ){}, // Callback: function(element) - Fires when counter is under min limit
140
140
maxcount : function (el ){}, // Callback: function(element) - Fires when the counter hits the maximum word/character count
141
141
mincount : function (el ){}, // Callback: function(element) - Fires when the counter hits the minimum word/character count
142
142
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