From caa3b7ba0a69a62ae3704db8e2faeff475292225 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 23 Dec 2012 16:56:22 +0200 Subject: [PATCH] removed variable that not using nowhere So, if the way I propose in last way was incorrect, I thing this time it's right. https://github.com/medialize/jQuery-contextMenu/pull/97 --- src/jquery.contextMenu.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);