@ -689,8 +689,6 @@ if(typeof VMM != 'undefined' && typeof VMM.Slider == 'undefined') {
} else {
} else {
VMM . Lib . css ( layout , "overflow-y" , "hidden" ) ;
VMM . Lib . css ( layout , "overflow-y" , "hidden" ) ;
var scroll _height = 0 ;
var scroll _height = 0 ;
// FIXME: Chrome cannot optimize this try/catch block, which appears to be unnecessary – see https://github.com/NUKnightLab/TimelineJS/pull/681#issuecomment-52365420
try {
try {
scroll _height = VMM . Lib . prop ( layout , "scrollHeight" ) ;
scroll _height = VMM . Lib . prop ( layout , "scrollHeight" ) ;
VMM . Lib . animate ( layout , _duration , _ease , { scrollTop : scroll _height - VMM . Lib . height ( layout ) } ) ;
VMM . Lib . animate ( layout , _duration , _ease , { scrollTop : scroll _height - VMM . Lib . height ( layout ) } ) ;