We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 963af85 + 1be31db commit a3b2422Copy full SHA for a3b2422
1 file changed
src/jquery.contextMenu.js
@@ -250,7 +250,7 @@ var // currently active contextMenu trigger
250
(console.error || console.log)("No items specified to show in contextMenu");
251
}
252
253
- throw new Error('No Items sepcified');
+ throw new Error('No Items specified');
254
255
256
// backreference for custom command type creation
@@ -1277,7 +1277,7 @@ $.contextMenu = function(operation, options) {
1277
throw new Error('Cannot bind to selector "' + o.selector + '" as it contains a reserved className');
1278
1279
if (!o.build && (!o.items || $.isEmptyObject(o.items))) {
1280
1281
1282
counter ++;
1283
o.ns = '.contextMenu' + counter;
0 commit comments