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

View File

@@ -1,12 +1,6 @@
goog.provide('ol.structs.IHasChecksum');
/**
* @typedef {string}
*/
ol.structs.Checksum;
/**
* @interface