projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80a0f2
)
Bind this.
author
Jan Schneider
<jan@horde.org>
Mon, 12 Apr 2010 13:39:47 +0000
(15:39 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 12 Apr 2010 14:28:25 +0000
(16:28 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
1d9e2fe
..
a57a2d8
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3201,7
+3201,7
@@
KronolithCore = {
iframe.observe('load', function() {
view.appear({ duration: this.effectDur, queue: 'end' });
iframe.stopObserving('load');
- });
+ }
.bind(this)
);
iframe.src = loc;
this.view = 'iframe';
},