--- a/playground/jsonld.js Sun Sep 15 00:19:42 2013 -0400 +++ b/playground/jsonld.js Sun Sep 15 22:21:26 2013 -0400 @@ -5686,7 +5686,7 @@ return; } - var ctx = remoteDoc.document; + var ctx = remoteDoc ? remoteDoc.document : null; // parse string context as JSON if(!err && _isString(ctx)) {