being a good coder and adding braces around if statement body
This commit is contained in:
@@ -789,7 +789,7 @@ OpenLayers.Renderer.Canvas = OpenLayers.Class(OpenLayers.Renderer, {
|
|||||||
var featureId, feature;
|
var featureId, feature;
|
||||||
|
|
||||||
// if the drawing canvas isn't visible, return undefined.
|
// if the drawing canvas isn't visible, return undefined.
|
||||||
if (this.root.style.display === "none") return feature;
|
if (this.root.style.display === "none") { return feature; }
|
||||||
|
|
||||||
if (this.hitDetection) {
|
if (this.hitDetection) {
|
||||||
// this dragging check should go in the feature handler
|
// this dragging check should go in the feature handler
|
||||||
|
|||||||
Reference in New Issue
Block a user