From a96031f4350afc28b419ed265e4379b01c69b66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 9 May 2013 22:43:04 +0200 Subject: [PATCH] ol.animation.* functions are symbols --- src/ol/animation.exports | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/animation.exports b/src/ol/animation.exports index 4a8819704d..d7016442f3 100644 --- a/src/ol/animation.exports +++ b/src/ol/animation.exports @@ -1,5 +1,5 @@ @exportSymbol ol.animation -@exportProperty ol.animation.bounce -@exportProperty ol.animation.pan -@exportProperty ol.animation.rotate -@exportProperty ol.animation.zoom +@exportSymbol ol.animation.bounce +@exportSymbol ol.animation.pan +@exportSymbol ol.animation.rotate +@exportSymbol ol.animation.zoom