Skip to content

Commit ab278f1

Browse files
committed
Merge pull request #324 from RareDevil/SeperatorChange
Fixed a swith to use the correct type for seperators (thanks @RareDevil)
2 parents 9551a9a + cff98e1 commit ab278f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
}
11121112

11131113
switch (item.type) {
1114-
case 'seperator':
1114+
case 'cm_seperator':
11151115
break;
11161116

11171117
case 'text':

0 commit comments

Comments
 (0)