Fix coding style

This commit is contained in:
Andreas Hocevar
2015-10-02 11:05:19 +02:00
parent 0a28c4282e
commit 2d7d002c85

View File

@@ -426,7 +426,10 @@ ol.style.IconImage_ = function(image, src, size, crossOrigin, imageState) {
* @type {boolean} * @type {boolean}
*/ */
this.tainting_ = false; this.tainting_ = false;
if (this.imageState_ == ol.style.ImageState.LOADED)this.determineTainting_(); if (this.imageState_ == ol.style.ImageState.LOADED) {
this.determineTainting_();
}
}; };
goog.inherits(ol.style.IconImage_, goog.events.EventTarget); goog.inherits(ol.style.IconImage_, goog.events.EventTarget);