Unquoted strings for readability
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user