From 89a33fbd4e6d19e1c47cfcf53c8577776253b1a4 Mon Sep 17 00:00:00 2001 From: elemoine Date: Sun, 10 Mar 2013 13:18:32 -0700 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 e2a9c0a..8befac0 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