[Libreoffice-commits] online.git: loleaflet/spec

Mihai Varga mihai.varga at collabora.com
Wed Sep 2 23:34:45 PDT 2015


 loleaflet/spec/tilebench/TileBenchSpec.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5b19c9231caea5317906e306cf863b570288c298
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Thu Sep 3 09:34:16 2015 +0300

    loleaflet: don't prefetch in tilebench

diff --git a/loleaflet/spec/tilebench/TileBenchSpec.js b/loleaflet/spec/tilebench/TileBenchSpec.js
index 6416156..25882a7 100644
--- a/loleaflet/spec/tilebench/TileBenchSpec.js
+++ b/loleaflet/spec/tilebench/TileBenchSpec.js
@@ -47,6 +47,7 @@ describe('TileBench', function () {
 			map.on('statusindicator', function (e) {
 				if (e.statusType === 'alltilesloaded') {
 					map.fire('requestloksession');
+					map._docLayer._preFetchTiles = function () {};
 					done();
 				}
 			});


More information about the Libreoffice-commits mailing list