Unquoted strings for readability

This commit is contained in:
Tim Schaub
2015-04-06 05:34:03 -06:00
parent 9f1e0f001a
commit 43ed76cda0
113 changed files with 354 additions and 354 deletions

View File

@@ -1,7 +1,7 @@
---
template: "example.html"
title: "Lazy Source"
shortdesc: "Example of setting a layer source after construction."
template: example.html
title: Lazy Source
shortdesc: Example of setting a layer source after construction.
docs: >
<p>Typically, the source for a layer is provided to the layer constructor.
If you need to set a layer source after construction, this can be
@@ -17,4 +17,4 @@ tags: "source"
</div>
</div>
<button id="set-source" class="code">layer.setSource(source)</button>
<button id="unset-source" class="code">layer.setSource(null)</button>
<button id="unset-source" class="code">layer.setSource(null)</button>