Update to latest jsonld.js.
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 17 Apr 2014 13:06:15 -0400
changeset 2147 e5b6e8068cce
parent 2146 e8980b354e4a
child 2148 976530f07a63
Update to latest jsonld.js.
playground/jsonld.js
--- a/playground/jsonld.js	Thu Apr 17 12:38:41 2014 -0400
+++ b/playground/jsonld.js	Thu Apr 17 13:06:15 2014 -0400
@@ -1299,7 +1299,7 @@
     $.ajax({
       url: url,
       accepts: {
-        json: 'application/ld+json'
+        json: 'application/ld+json, application/json'
       },
       dataType: 'json',
       crossDomain: true,