diff --git a/src/jquery.contextMenu.js b/src/jquery.contextMenu.js index 08433479..90a96a6b 100755 --- a/src/jquery.contextMenu.js +++ b/src/jquery.contextMenu.js @@ -93,8 +93,7 @@ var // currently active contextMenu trigger }, // position menu position: function(opt, x, y) { - var $this = this, - offset; + var offset; // determine contextMenu position if (!x && !y) { opt.determinePosition.call(this, opt.$menu);