projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d77fd
)
Delay a bit to make sure all elements have been loaded before resizing
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 13 Nov 2009 20:13:51 +0000
(13:13 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 13 Nov 2009 20:13:51 +0000
(13:13 -0700)
imp/js/compose.js
patch
|
blob
|
history
diff --git
a/imp/js/compose.js
b/imp/js/compose.js
index
47c4734
..
84e9591
100644
(file)
--- a/
imp/js/compose.js
+++ b/
imp/js/compose.js
@@
-384,7
+384,7
@@
var ImpCompose = {
document.observe('click', this.clickHandler.bindAsEventListener(this));
document.observe('change', this.changeHandler.bindAsEventListener(this));
- this.resize
(
);
+ this.resize
.bind(this).delay(0.25
);
},
resize: function()