Add @base as a keyword.

This commit is contained in:
Dave Longley 2013-03-04 21:28:24 -05:00
parent 4552cc6112
commit 8b20be5785
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP implementation of the JSON-LD API. * PHP implementation of the JSON-LD API.
* Version: 0.0.13 * Version: 0.0.14
* *
* @author Dave Longley * @author Dave Longley
* *
@ -5063,6 +5063,7 @@ class JsonLdProcessor {
return false; return false;
} }
switch($v) { switch($v) {
case '@base':
case '@context': case '@context':
case '@container': case '@container':
case '@default': case '@default':