Rename _ol_style_Style_ to Style

This commit is contained in:
Tim Schaub
2018-01-11 13:22:43 -07:00
parent 5f40eec148
commit 4f4c90fc20
80 changed files with 420 additions and 420 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import {clamp} from '../math.js';
import _ol_obj_ from '../obj.js';
import RenderEventType from '../render/EventType.js';
import _ol_style_Icon_ from '../style/Icon.js';
import _ol_style_Style_ from '../style/Style.js';
import Style from '../style/Style.js';
/**
@@ -117,7 +117,7 @@ var Heatmap = function(opt_options) {
var style = this.styleCache_[index];
if (!style) {
style = [
new _ol_style_Style_({
new Style({
image: new _ol_style_Icon_({
opacity: opacity,
src: this.circleImage_