Unnecessary and missing semicolon.
This commit is contained in:
@@ -345,7 +345,7 @@ OpenLayers.Format.CQL = (function() {
|
||||
var result = buildAst(tokenize(text));
|
||||
if (this.keepData) {
|
||||
this.data = result;
|
||||
};
|
||||
}
|
||||
return result;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user