Merge pull request #705 from ahocevar/animation

Remove complexity from the image loading sequence. r=@elemoine,@tschaub
This commit is contained in:
ahocevar
2012-11-05 10:33:59 -08:00
5 changed files with 38 additions and 55 deletions
-2
View File
@@ -770,7 +770,6 @@
}
function test_setOpacity(t) {
t.plan(5);
var map = new OpenLayers.Map('map');
@@ -1309,7 +1308,6 @@
}
function test_delayed_back_buffer_removal(t) {
//
// Test that the delaying of the back buffer removal behaves
// as expected.