add missing statement-ending semi-colon, refs #272
This commit is contained in:
@@ -135,7 +135,7 @@ OpenLayers.Protocol.Script = OpenLayers.Class(OpenLayers.Protocol, {
|
|||||||
});
|
});
|
||||||
this.filterToParams = function(filter, params) {
|
this.filterToParams = function(filter, params) {
|
||||||
return format.write(filter, params);
|
return format.write(filter, params);
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user