From a31a28278d631231e057b6ac79579c6aca46a400 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 6 Nov 2013 08:56:58 +0100 Subject: [PATCH] Sort exports alphabetically --- src/ol/coordinate.exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/coordinate.exports b/src/ol/coordinate.exports index aff059c305..a3740f475f 100644 --- a/src/ol/coordinate.exports +++ b/src/ol/coordinate.exports @@ -1,5 +1,5 @@ @exportSymbol ol.coordinate.createStringXY @exportSymbol ol.coordinate.format +@exportSymbol ol.coordinate.fromProjectedArray @exportSymbol ol.coordinate.toStringHDMS @exportSymbol ol.coordinate.toStringXY -@exportSymbol ol.coordinate.fromProjectedArray