Skip to content

Commit f500bfd

Browse files
committed
Fixes #340
1 parent 5aa4819 commit f500bfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/query/woqlDoc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function VarUnique(name) {
9898
}
9999
// Inherit Var prototype chain for VarUnique to pass instanceof check for Var (same)
100100
VarUnique.prototype = Object.create(Var.prototype);
101-
VarUnique.prototype.constructor = VarUnique;
102101

103102
/**
104103
* Reset the unique variable counter to a specific value

0 commit comments

Comments
 (0)