Skip to content

Commit 9e528c1

Browse files
committed
Merge pull request #14 from wardtwits/patch-1
Support for IE8 - objection dot notation
2 parents 1faa9f1 + 913000f commit 9e528c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.charactercounter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
{
6464
var classString = options.counterCssClass;
6565

66-
if ( options.customFields.class )
66+
if ( options.customFields['class'] )
6767
{
68-
classString += " " + options.customFields.class;
68+
classString += " " + options.customFields['class'];
6969
delete options.customFields['class'];
7070
}
7171

0 commit comments

Comments
 (0)