From 9c8227bb4f2502cae9ce7e51c10cee79c7002c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 16 Dec 2013 22:28:04 +0100 Subject: [PATCH] Do not use export_as for animation exports --- 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 f887f38c28..5cab49819d 100644 --- a/src/ol/animation.exports +++ b/src/ol/animation.exports @@ -1,4 +1,4 @@ -@exportSymbol ol.animation.bounce ol.animation.bounce -@exportSymbol ol.animation.pan ol.animation.pan -@exportSymbol ol.animation.rotate ol.animation.rotate -@exportSymbol ol.animation.zoom ol.animation.zoom +@exportSymbol ol.animation.bounce +@exportSymbol ol.animation.pan +@exportSymbol ol.animation.rotate +@exportSymbol ol.animation.zoom