Skip to content

Commit 8d9e633

Browse files
committed
Merge pull request jhollingworth#235 from haganbt/patch-1
Parser Rules - typo - missing colon resulting in JS exception.
2 parents 2bacaad + 48a3e77 commit 8d9e633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ $('#some-textarea').wysihtml5('deepExtend', {
146146
classes: {
147147
"middle": 1
148148
},
149-
tags {
149+
tags: {
150150
strong: {},
151151
em: {}
152152
}

0 commit comments

Comments
 (0)