Remove duplicate compactArrays definition.
--- a/spec/latest/json-ld-api/index.html Wed Feb 13 15:40:28 2013 -0500
+++ b/spec/latest/json-ld-api/index.html Wed Feb 13 15:45:24 2013 -0500
@@ -4728,22 +4728,17 @@
base IRI along with the compacted document. This might be problematic in practice and
thus the default behavior might be changed in future.</p>
</dd>
- <dt>HttpClientCallback httpClient</dt>
- <dd>The callback of the HTTP client to be used to retrieve remote contexts.
- If specified, it MUST be used to retrieve remote contexts; otherwise, if not specified,
- the processor's built-in HTTP client MUST be used.</dd>
<dt>boolean compactArrays = true</dt>
<dd>If set to <code>true</code>, the JSON-LD processor replaces arrays with just
one element with that element during compaction. If set to <code>false</code>,
all arrays will remain arrays even if they have just one element.
</dd>
+ <dt>HttpClientCallback httpClient</dt>
+ <dd>The callback of the HTTP client to be used to retrieve remote contexts.
+ If specified, it MUST be used to retrieve remote contexts; otherwise, if not specified,
+ the processor's built-in HTTP client MUST be used.</dd>
<dt>object or DOMString expandContext = null</dt>
<dd>A context that is used to initialize the active context when expanding a document.</dd>
- <dt>boolean compactArrays = true</dt>
- <dd>If set to <code>true</code>, the JSON-LD processor replaces arrays with just
- one element with that element during compaction. If set to <code>false</code>,
- all arrays will remain arrays even if they have just one element.
- </dd>
<dt>boolean optimize = false</dt>
<dd>If set to <code>true</code>, the JSON-LD processor is allowed to
optimize the output of the <a href="#compaction-algorithm">Compaction Algorithm</a>