Skip to content

Commit 35f3dd8

Browse files
committed
Unused var
1 parent d75d394 commit 35f3dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dragdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693

694694
AblePlayer.prototype.startResize = function(which, $element) {
695695

696-
var thisObj, $windowPopup, startPos, newWidth, newHeight;
696+
var thisObj, $windowPopup, newWidth, newHeight;
697697

698698
thisObj = this;
699699
this.$activeWindow = $element;

0 commit comments

Comments
 (0)