From: Jan Schneider Date: Mon, 12 Apr 2010 13:39:47 +0000 (+0200) Subject: Bind this. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c9f26031528a8ca847934c47dd7e74da4837b89;p=horde.git Bind this. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 1d9e2fe5a..a57a2d8b1 100644 --- 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'; },