Remove additional context in toRDF() as it is not used
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 27 Apr 2012 11:55:23 +0200
changeset 577 d93c4fa9637c
parent 575 5bcbcd8ffd16
child 578 bd0739ca2d12
Remove additional context in toRDF() as it is not used

If we would leave it in there, we should also add it to expand(). In any case, it should probably be move to JsonLdOptions.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Apr 26 13:34:03 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri Apr 27 11:55:23 2012 +0200
@@ -633,9 +633,6 @@
           <dt>object or object[] or URL input</dt>
           <dd>The JSON-LD object or array of JSON-LD objects to convert to RDF or an <tref>IRI</tref>
             referencing the JSON-LD document to convert to RDF.</dd>
-          <dt>ObjectOrURL? context</dt>
-          <dd>An external context to use additionally to the context embedded in
-            <code>input</code> when expanding the <code>input</code>.</dd>
           <dt>StatementCallback callback</dt>
           <dd>A callback that is called when a <a>Statement</a> is created from processing
             the given <code>input</code>.</dd>