From 90cb0e8fcb00c89b43c9f76500ba57c57c06a4ac Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 27 Feb 2013 13:52:39 +0100 Subject: [PATCH] Export ol.easing.* --- src/ol/easing.exports | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ol/easing.exports diff --git a/src/ol/easing.exports b/src/ol/easing.exports new file mode 100644 index 0000000000..62418771ad --- /dev/null +++ b/src/ol/easing.exports @@ -0,0 +1,5 @@ +@exportSymbol ol.easing +@exportProperty ol.easing.linear +@exportProperty ol.easing.upAndDown +@exportProperty ol.easing.elastic +@exportProperty ol.easing.bounce