From 1d9d67f52485a4911cf2563646f22bb504b8fceb Mon Sep 17 00:00:00 2001 From: oterral Date: Thu, 9 Jan 2014 13:55:43 +0100 Subject: [PATCH] Add ol.color.asArray and ol.color.asString exports --- src/ol/color/color.exports | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/ol/color/color.exports diff --git a/src/ol/color/color.exports b/src/ol/color/color.exports new file mode 100644 index 0000000000..cc1d37a73a --- /dev/null +++ b/src/ol/color/color.exports @@ -0,0 +1,2 @@ +@exportSymbol ol.color.asArray +@exportSymbol ol.color.asString