Add ol.format.Format#getExtensions
This commit is contained in:
@@ -23,6 +23,12 @@ ol.format.Format = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @return {Array.<string>} Extensions.
|
||||
*/
|
||||
ol.format.Format.prototype.getExtensions = goog.abstractMethod;
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.format.FormatType} Format.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user