File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ module.exports = api;
46
46
* @param activeProperty the compacted property associated with the element
47
47
* to compact, null for none.
48
48
* @param element the element to compact.
49
- * @param options the compaction options:
50
- * [issuer] a jsonld.IdentifierIssuer to use to label blank nodes.
49
+ * @param options the compaction options.
51
50
* @param compactionMap the compaction map to use.
52
51
*
53
52
* @return the compacted value.
@@ -134,9 +133,6 @@ api.compact = ({
134
133
135
134
const rval = { } ;
136
135
137
- // produce a map of all subjects and name each bnode
138
- const issuer = options . issuer || new util . IdentifierIssuer ( '_:b' ) ;
139
-
140
136
if ( options . link && '@id' in element ) {
141
137
// store linked element
142
138
if ( ! ( element [ '@id' ] in options . link ) ) {
You can’t perform that action at this time.
0 commit comments