From: Michael M Slusarz Date: Thu, 28 Jan 2010 08:27:51 +0000 (-0700) Subject: Fix typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2ccbf2b790ea22402bb2e94ef5ff107340d57af4;p=horde.git Fix typos --- 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;