Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 10 Feb 2009 07:38:54 +0000 (00:38 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 10 Feb 2009 07:38:54 +0000 (00:38 -0700)
imp/js/src/DimpBase.js

index c7b0cb6..a875b7a 100644 (file)
@@ -2327,7 +2327,7 @@ DimpBase._msgDragConfig = {
         if (!args.right && (e.ctrlKey || e.metaKey)) {
             DimpBase.msgSelect(id, $H({ ctrl: true }).merge(args).toObject());
         } else if (e.shiftKey) {
-            DimpBsae.msgSelect(id, $H({ shift: true }).merge(args).toObject());
+            DimpBase.msgSelect(id, $H({ shift: true }).merge(args).toObject());
         } else if (e.element().hasClassName('msCheck')) {
             DimpBase.msgSelect(id, { ctrl: true, right: true });
         } else if (DimpBase.isSelected('domid', id)) {