Skip to content

Commit

Permalink
Fether typings linkeddata#355
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 18, 2019
1 parent adc9f31 commit 094b92d
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 121 deletions.
2 changes: 1 addition & 1 deletion src/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class Collection extends Node {
* Gets a new Collection with the substituting bindings applied
* @param bindings The bindings to substitute
*/
//@ts-ignore Incompatible signature with Node.substitute
// @ts-ignore Incompatible signature with Node.substitute
substitute(bindings: Bindings): Collection {
var elementsCopy = this.elements.map(function (ea) {
ea.substitute(bindings)
Expand Down
Loading

0 comments on commit 094b92d

Please sign in to comment.