JsonLdOptions are optional, but must be have the appropriate type if present.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 11 Apr 2012 14:10:42 -0700
changeset 500 07c91fa1ee3b
parent 499 4be321072296
child 501 7d993d679d1c
JsonLdOptions are optional, but must be have the appropriate type if present.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Apr 11 14:09:20 2012 -0700
+++ b/spec/latest/json-ld-api/index.html	Wed Apr 11 14:10:42 2012 -0700
@@ -491,7 +491,7 @@
           <dt>JsonLdCallback callback</dt>
           <dd>A callback that is called when processing is complete on
             the given <code>input</code>.</dd>
-          <dt>optional JsonLdOptions? options</dt>
+          <dt>optional JsonLdOptions options</dt>
           <dd>A set of options that MAY affect the expansion algorithm such as, e.g., the
             input document's base <tref>IRI</tref>.</dd>
         </dl>
@@ -531,7 +531,7 @@
           <dt>JsonLdCallback callback</dt>
           <dd>A callback that is called when processing is complete on
             the given <code>input</code>.</dd>
-          <dt>optional JsonLdOptions? options</dt>
+          <dt>optional JsonLdOptions options</dt>
           <dd>A set of options that MAY affect the expansion algorithm such as, e.g., the
             input document's base <tref>IRI</tref>.</dd>
         </dl>
@@ -577,7 +577,7 @@
           <dt>JsonLdCallback callback</dt>
           <dd>A callback that is called when processing is complete on
             the given <code>input</code>.</dd>
-          <dt>optional JsonLdOptions? options</dt>
+          <dt>optional JsonLdOptions options</dt>
           <dd>A set of options that MAY affect the framing algorithm such as, e.g., the
             input document's base <tref>IRI</tref>.</dd>
         </dl>