|
@@ -71,6 +71,8 @@ proto.matchesSingleElement = function matchesSingleElement(e) {
|
|
|
proto.shallowClone = function shallowClone(){
|
|
proto.shallowClone = function shallowClone(){
|
|
|
var e = new ExistsMatchExpression();
|
|
var e = new ExistsMatchExpression();
|
|
|
e.init(this.path());
|
|
e.init(this.path());
|
|
|
|
|
+ if (this.getTag())
|
|
|
|
|
+ e.setTag(this.getTag().clone());
|
|
|
return e;
|
|
return e;
|
|
|
};
|
|
};
|
|
|
|
|
|