From 4ace6d6bd147d127753b03b7b0f66336020b933e Mon Sep 17 00:00:00 2001 From: elemoine Date: Mon, 21 Jan 2013 01:55:05 -0800 Subject: [PATCH] Updated Exports Files (markdown) --- Exports-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exports-Files.md b/Exports-Files.md index d3ac40f..63d4236 100644 --- a/Exports-Files.md +++ b/Exports-Files.md @@ -1,4 +1,4 @@ -Alongside js files the src dir includes "exports files" (e.g. src/ol/map.exports). An export file declares symbols and properties that are to be exported when creating builds of the library. For example the src/ol/map.exports file includes this: +Alongside js files the src dir includes "exports files" (e.g. `src/ol/map.exports`). An export file declares symbols and properties that are to be exported when creating builds of the library. For example the `src/ol/map.exports` file includes this: ``` @exportClass ol.Map ol.MapOptions