Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2014-08-12 17:01:32 +02:00
parent 59826ce490
commit 0f4e56978b
4 changed files with 4 additions and 8 deletions

View File

@@ -594,8 +594,7 @@ ol.render.canvas.Replay.prototype.drawText = goog.abstractMethod;
* @param {ol.geom.Geometry} geometry Geometry.
* @param {Object} data Opaque data object.
*/
ol.render.canvas.Replay.prototype.endGeometry =
function(geometry, data) {
ol.render.canvas.Replay.prototype.endGeometry = function(geometry, data) {
goog.asserts.assert(!goog.isNull(this.beginGeometryInstruction1_));
this.beginGeometryInstruction1_[3] = this.instructions.length;
this.beginGeometryInstruction1_ = null;