add missing semi-colons (jslint now clean on all lib/ code)

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.7@7975 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Paul Spencer
2008-09-07 14:02:25 +00:00
parent 904f0391bf
commit a43e98762c
8 changed files with 13 additions and 13 deletions

View File

@@ -188,7 +188,7 @@ OpenLayers.Handler.Box = OpenLayers.Class(OpenLayers.Handler, {
xOffset: xOffset,
yOffset: yOffset,
newBoxModel: newBoxModel
}
};
}
return this.boxCharacteristics;
},