Use string instead of ol.structs.Checksum

This commit is contained in:
tsauerwein
2014-12-04 11:48:43 +01:00
parent 6d1d47a918
commit 0fd1a575a9
5 changed files with 15 additions and 21 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ ol.style.Circle = function(opt_options) {
/**
* @private
* @type {Array.<ol.structs.Checksum>|null}
* @type {Array.<string>}
*/
this.checksums_ = null;