Remove ol.format.FormatType.BINARY
This commit is contained in:
committed by
Tim Schaub
parent
6a564597fb
commit
b1d59366dc
@@ -5,7 +5,6 @@ goog.provide('ol.format.FormatType');
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.format.FormatType = {
|
||||
BINARY: 'binary',
|
||||
JSON: 'json',
|
||||
TEXT: 'text',
|
||||
XML: 'xml'
|
||||
|
||||
Reference in New Issue
Block a user