# HG changeset patch # User gibus # Date 1289221241 -3600 # Node ID db7616686c57f536a154909b7945ffe77bffdf8e # Parent 00df963f91fbb95d7ff45c4e98cfb1051f5e153a oops forgot "else" on last commit diff -r 00df963f91fb -r db7616686c57 src/cm/media/js/client/c_icomment.js --- a/src/cm/media/js/client/c_icomment.js Mon Nov 08 12:41:44 2010 +0100 +++ b/src/cm/media/js/client/c_icomment.js Mon Nov 08 14:00:41 2010 +0100 @@ -447,6 +447,7 @@ this.animation.set('duration', gPrefs.get('general','animduration')) ; // shouldn't be here really ... if (focus) this['animation-handle'] = this.animation.on('end', this.onAnimationEndFocus, this); + else this['animation-handle'] = this.animation.on('end', this.onAnimationEnd, this); return this.animation ;