projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fedcaa
)
Fix typos
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 08:27:51 +0000
(
01:27
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 08:34:19 +0000
(
01:34
-0700)
imp/js/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/ViewPort.js
b/imp/js/ViewPort.js
index
bbc3d80
..
c7c9078
100644
(file)
--- a/
imp/js/ViewPort.js
+++ b/
imp/js/ViewPort.js
@@
-1168,7
+1168,7
@@
var ViewPort = Class.create({
break;
case 'vert':
- drag = Dr
opDrag.Drags.get
(e.element());
+ drag = Dr
agDrop.Drags.getDrag
(e.element());
sp.vert.width = drag.lastCoord[0];
this.opts.content.setStyle({ width: sp.vert.width + 'px' });
change = drag.wasDragged;