Tile.Image improvements and partial rewrite. Thanks erilem for the excellent collaboration during the review phase. p=me,erilem r=erilem (closes #3419)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12241 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1102,7 +1102,7 @@ Test.AnotherWay._delay_continue_action=function( test_object, milliseconds_passe
|
||||
if( finished ) {
|
||||
try {
|
||||
action.call_fn();
|
||||
}catch( e ) {
|
||||
}catch( e ) {
|
||||
Test.AnotherWay._handle_exception( test_object, e, "in delay_call" );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user