Skip to content

Commit 81ac052

Browse files
committed
Rename TileManagerImpl to BitmapTileManager, move to its own file
Still no functional change, just refactoring. Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Change-Id: I3671be1d12d7d682317c3ac6d5b3f680213edf52
1 parent db23cd3 commit 81ac052

File tree

4 files changed

+2263
-2250
lines changed

4 files changed

+2263
-2250
lines changed

browser/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ COOL_JS_LST =\
306306
src/app/TileCoordData.ts \
307307
src/app/PaneBorder.ts \
308308
src/app/Tile.ts \
309+
src/app/BitmapTileManager.ts \
309310
src/app/TilesMiddleware.ts \
310311
src/app/SearchService.ts \
311312
src/app/BaseClass.ts \

browser/mocha_tests/sources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/// <reference path="../src/app/TileCoordData.ts" />
1919
/// <reference path="../src/app/PaneBorder.ts" />
2020
/// <reference path="../src/app/Tile.ts" />
21+
/// <reference path="../src/app/BitmapTileManager.ts" />
2122
/// <reference path="../src/app/TilesMiddleware.ts" />
2223
/// <reference path="../src/app/Rectangle.ts" />
2324
/// <reference path="../src/app/LOUtil.ts" />

0 commit comments

Comments
 (0)