projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d271b4
)
Correctly fill parameters
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 5 Mar 2009 08:28:29 +0000
(
01:28
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Mar 2009 05:10:30 +0000
(22:10 -0700)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
09e42fe
..
8ffb548
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-2292,7
+2292,7
@@
var DimpBase = {
document.observe('keyup', this.keyupHandler.bindAsEventListener(this));
document.observe('mouseover', this.mouseHandler.bindAsEventListener(this, 'over'));
document.observe('dblclick', this.dblclickHandler.bindAsEventListener(this));
- Event.observe(window, 'resize', this.onResize.bind(this));
+ Event.observe(window, 'resize', this.onResize.bind(this
, false, false
));
$('dimpLoading').hide();
$('dimpPage').show();