Add ol.format.Format#getExtensions

This commit is contained in:
Tom Payne
2013-12-18 20:04:31 +01:00
parent 986f6559b7
commit befd1fc5f8

View File

@@ -23,6 +23,12 @@ ol.format.Format = function() {
};
/**
* @return {Array.<string>} Extensions.
*/
ol.format.Format.prototype.getExtensions = goog.abstractMethod;
/**
* @return {ol.format.FormatType} Format.
*/