Move src/ol/parser/* and tests into old directory

This commit is contained in:
Frederic Junod
2014-02-04 15:25:23 +01:00
parent 6cadc2b9ab
commit 5fba2dd7d5
28 changed files with 0 additions and 0 deletions

9
old/parser/parser.js Normal file
View File

@@ -0,0 +1,9 @@
goog.provide('ol.parser.Parser');
/**
* @constructor
* @todo stability experimental
*/
ol.parser.Parser = function() {};