From 2ccbf2b790ea22402bb2e94ef5ff107340d57af4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 28 Jan 2010 01:27:51 -0700 Subject: [PATCH] Fix typos --- imp/js/ViewPort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/ViewPort.js b/imp/js/ViewPort.js index bbc3d803c..c7c9078f5 100644 --- a/imp/js/ViewPort.js +++ b/imp/js/ViewPort.js @@ -1168,7 +1168,7 @@ var ViewPort = Class.create({ break; case 'vert': - drag = DropDrag.Drags.get(e.element()); + drag = DragDrop.Drags.getDrag(e.element()); sp.vert.width = drag.lastCoord[0]; this.opts.content.setStyle({ width: sp.vert.width + 'px' }); change = drag.wasDragged; -- 2.11.0