From 17e779177b1684727d418ebf2d1181fd507df98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 9 May 2013 22:44:49 +0200 Subject: [PATCH] ol.easing.* functions are symbols --- src/ol/easing.exports | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ol/easing.exports b/src/ol/easing.exports index 9ea3bdc094..a55e9b43a0 100644 --- a/src/ol/easing.exports +++ b/src/ol/easing.exports @@ -1,8 +1,8 @@ @exportSymbol ol.easing -@exportProperty ol.easing.bounce -@exportProperty ol.easing.easeIn -@exportProperty ol.easing.easeOut -@exportProperty ol.easing.elastic -@exportProperty ol.easing.inAndOut -@exportProperty ol.easing.linear -@exportProperty ol.easing.upAndDown +@exportSymbol ol.easing.bounce +@exportSymbol ol.easing.easeIn +@exportSymbol ol.easing.easeOut +@exportSymbol ol.easing.elastic +@exportSymbol ol.easing.inAndOut +@exportSymbol ol.easing.linear +@exportSymbol ol.easing.upAndDown