Skip to content

Commit cb5fac2

Browse files
committed
removing UTF-8 character
1 parent 00cf8c1 commit cb5fac2

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
@@ -1228,7 +1228,7 @@ $.contextMenu = function(operation, options) {
12281228
if (!o.context || !o.context.length) {
12291229
o.context = document;
12301230
} else {
1231-
// you never know what they throw at you
1231+
// you never know what they throw at you...
12321232
$context = $(o.context).first();
12331233
o.context = $context.get(0);
12341234
_hasContext = o.context !== document;

0 commit comments

Comments
 (0)