mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
15 lines
192 B
JavaScript
15 lines
192 B
JavaScript
(function(){
|
|
|
|
if(typeof O != "undefined"){
|
|
O.esri.TPK = {}
|
|
}
|
|
else{
|
|
O = {};
|
|
O.esri = {
|
|
VERSION: '2.0',
|
|
TPK: {}
|
|
}
|
|
}
|
|
|
|
}())
|