Skip to content

Commit 8fc51ac

Browse files
committed
Update docs.md
Fix typo
1 parent a308039 commit 8fc51ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ $.contextMenu({
254254
}
255255
},
256256
show : function(options){
257-
if( confirm('Hide menu with selector ' + opt.selector + '?'') === true ){
257+
if( confirm('Hide menu with selector ' + opt.selector + '?') === true ){
258258
return true;
259259
} else {
260260
// Prevent the menu to be hidden.

0 commit comments

Comments
 (0)