loleaflet/spec/tilebench/TileBenchSpec.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5b19c9231caea5317906e306cf863b570288c298 Author: Mihai Varga <[email protected]> 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(); } }); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
