Update to latest jsonld.js.
authorDave Longley <dlongley@digitalbazaar.com>
Mon, 16 Apr 2012 16:15:05 -0400
changeset 524 56ff08ee1248
parent 523 f3f4a5608495
child 525 16d6ecb348bf
Update to latest jsonld.js.
playground/jsonld.js
--- a/playground/jsonld.js	Mon Apr 16 15:03:06 2012 -0400
+++ b/playground/jsonld.js	Mon Apr 16 16:15:05 2012 -0400
@@ -763,7 +763,7 @@
   }
 
   // return null for invalid key
-  if(!key) {
+  if(key === null) {
     rval = null;
   }
   // return entire context entry if type is unspecified