From bb16820ab0915e4aef5c684e5c7f7b916d3c5c47 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Thu, 16 May 2013 15:44:31 +0200 Subject: [PATCH] add exports for WKT --- src/ol/parser/wkt.exports | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/ol/parser/wkt.exports diff --git a/src/ol/parser/wkt.exports b/src/ol/parser/wkt.exports new file mode 100644 index 0000000000..27763ba19d --- /dev/null +++ b/src/ol/parser/wkt.exports @@ -0,0 +1,3 @@ +@exportSymbol ol.parser.WKT +@exportProperty ol.parser.WKT.prototype.read +@exportProperty ol.parser.WKT.prototype.write