Files
openlayers/src/ol/parser/parser.js
Tim Schaub 4af32560ce Removing abstract methods for now
Later we'll discuss having more specific FeatureParser and readFeatures type methods.
2013-03-03 15:50:33 +01:00

9 lines
95 B
JavaScript

goog.provide('ol.parser.Parser');
/**
* @constructor
*/
ol.parser.Parser = function() {};