Skip to content

Commit cff98e1

Browse files
committed
Fixed a swith to use the correct type for seperators
1 parent 9551a9a commit cff98e1

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)