We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eea0132 + f500bfd commit ee83de2Copy full SHA for ee83de2
lib/query/woqlDoc.js
@@ -98,7 +98,6 @@ function VarUnique(name) {
98
}
99
// Inherit Var prototype chain for VarUnique to pass instanceof check for Var (same)
100
VarUnique.prototype = Object.create(Var.prototype);
101
-VarUnique.prototype.constructor = VarUnique;
102
103
/**
104
* Reset the unique variable counter to a specific value
0 commit comments