Transformed

This commit is contained in:
Tim Schaub
2017-12-11 16:29:33 -07:00
parent 1cdb6a66f0
commit 7f47883c48
737 changed files with 22216 additions and 21609 deletions

View File

@@ -1,6 +1,8 @@
goog.provide('ol.proj.common');
goog.require('ol.proj');
/**
* @module ol/proj/common
*/
import _ol_proj_ from '../proj.js';
var _ol_proj_common_ = {};
/**
@@ -10,4 +12,5 @@ goog.require('ol.proj');
* @deprecated This function is no longer necessary.
* @api
*/
ol.proj.common.add = ol.proj.addCommon;
_ol_proj_common_.add = _ol_proj_.addCommon;
export default _ol_proj_common_;