From e503955b6d0b439d47a89aea77129fdb1e17e6e2 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 2 Aug 2012 17:03:19 +0200 Subject: [PATCH] Update FIXMEs --- src/ol/view/attribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/view/attribution.js b/src/ol/view/attribution.js index 1be5c6e11f..230b9b80e0 100644 --- a/src/ol/view/attribution.js +++ b/src/ol/view/attribution.js @@ -1,7 +1,7 @@ // FIXME handle rotation // FIXME handle date line wrap -// FIXME probably need to abstract out a "layers listener" // FIXME handle layer order +// FIXME check clean-up code goog.provide('ol.view.Attribution');