Add @base as a keyword.

pull/1/head
Dave Longley 10 years ago
parent 4552cc6112
commit 8b20be5785

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

Loading…
Cancel
Save