File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ var // currently active contextMenu trigger
250
250
( console . error || console . log ) ( "No items specified to show in contextMenu" ) ;
251
251
}
252
252
253
- throw new Error ( 'No Items sepcified ' ) ;
253
+ throw new Error ( 'No Items specified ' ) ;
254
254
}
255
255
256
256
// backreference for custom command type creation
@@ -1277,7 +1277,7 @@ $.contextMenu = function(operation, options) {
1277
1277
throw new Error ( 'Cannot bind to selector "' + o . selector + '" as it contains a reserved className' ) ;
1278
1278
}
1279
1279
if ( ! o . build && ( ! o . items || $ . isEmptyObject ( o . items ) ) ) {
1280
- throw new Error ( 'No Items sepcified ' ) ;
1280
+ throw new Error ( 'No Items specified ' ) ;
1281
1281
}
1282
1282
counter ++ ;
1283
1283
o . ns = '.contextMenu' + counter ;
You can’t perform that action at this time.
0 commit comments