Fix whitespace errors in JavaScript source
This commit is contained in:
@@ -117,4 +117,3 @@ ol.dom.Input.prototype.handleCheckedChanged_ = function() {
|
|||||||
ol.dom.Input.prototype.handleValueChanged_ = function() {
|
ol.dom.Input.prototype.handleValueChanged_ = function() {
|
||||||
this.target_.value = this.getValue();
|
this.target_.value = this.getValue();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -39,4 +39,3 @@ ol.filter.Geometry.prototype.applies = function(feature) {
|
|||||||
ol.filter.Geometry.prototype.getType = function() {
|
ol.filter.Geometry.prototype.getType = function() {
|
||||||
return this.type_;
|
return this.type_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -160,4 +160,3 @@ ol.geom.SharedVertices.prototype.getStart = function(id) {
|
|||||||
ol.geom.SharedVertices.prototype.getStarts = function() {
|
ol.geom.SharedVertices.prototype.getStarts = function() {
|
||||||
return this.starts_;
|
return this.starts_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -8,5 +8,3 @@ goog.provide('ol.IView3D');
|
|||||||
*/
|
*/
|
||||||
ol.IView3D = function() {
|
ol.IView3D = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,4 +61,3 @@ ol.parser.ogc.WMSCapabilities_v1_0_0 = function() {
|
|||||||
};
|
};
|
||||||
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_0_0,
|
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_0_0,
|
||||||
ol.parser.ogc.WMSCapabilities_v1_1_0);
|
ol.parser.ogc.WMSCapabilities_v1_1_0);
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,3 @@ ol.parser.ogc.WMSCapabilities_v1_1_0 = function() {
|
|||||||
};
|
};
|
||||||
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_1_0,
|
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_1_0,
|
||||||
ol.parser.ogc.WMSCapabilities_v1_1);
|
ol.parser.ogc.WMSCapabilities_v1_1);
|
||||||
|
|
||||||
|
|||||||
@@ -20,4 +20,3 @@ ol.parser.ogc.WMSCapabilities_v1_1_1 = function() {
|
|||||||
};
|
};
|
||||||
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_1_1,
|
goog.inherits(ol.parser.ogc.WMSCapabilities_v1_1_1,
|
||||||
ol.parser.ogc.WMSCapabilities_v1_1);
|
ol.parser.ogc.WMSCapabilities_v1_1);
|
||||||
|
|
||||||
|
|||||||
@@ -439,4 +439,3 @@ ol.renderer.canvas.VectorRenderer.handleIconLoad_ =
|
|||||||
opt_callback();
|
opt_callback();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -210,4 +210,3 @@ ol.structs.RTree.MAX_SUB_DIVISIONS = 6;
|
|||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
ol.structs.RTree.MAX_OBJECTS = 6;
|
ol.structs.RTree.MAX_OBJECTS = 6;
|
||||||
|
|
||||||
|
|||||||
@@ -43,4 +43,3 @@ ol.style.Rule.prototype.applies = function(feature) {
|
|||||||
ol.style.Rule.prototype.getSymbolizers = function() {
|
ol.style.Rule.prototype.getSymbolizers = function() {
|
||||||
return this.symbolizers_;
|
return this.symbolizers_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user