From a4afcd533fce7d577a9aae75bf8351e87009b126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 5 Mar 2013 18:06:57 +0100 Subject: [PATCH] Add FIXME --- src/ol/tile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/tile.js b/src/ol/tile.js index ce00f9a1db..6b8956352b 100644 --- a/src/ol/tile.js +++ b/src/ol/tile.js @@ -1,3 +1,5 @@ +// FIXME should inQueue be private? + goog.provide('ol.Tile'); goog.provide('ol.TileState');