mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
minor update to namespaces
This commit is contained in:
parent
c221c709a3
commit
a0b989e514
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Creates a namespace for the non-AMD libraries in this directory
|
||||
*/
|
||||
|
||||
(function(){
|
||||
|
||||
if(typeof O != "undefined"){
|
||||
@ -12,3 +16,5 @@
|
||||
}
|
||||
|
||||
}())
|
||||
|
||||
"use strict";
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Creates a namespace for the non-AMD libraries in this directory
|
||||
*/
|
||||
|
||||
(function(){
|
||||
|
||||
if(typeof O != "undefined"){
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Creates a namespace for the non-AMD libraries in this directory
|
||||
*/
|
||||
|
||||
(function(){
|
||||
|
||||
if(typeof O != "undefined"){
|
||||
@ -7,8 +11,11 @@
|
||||
O = {};
|
||||
O.esri = {
|
||||
VERSION: '2.0',
|
||||
TPK: {}
|
||||
TPK: {},
|
||||
Tiles: {}
|
||||
}
|
||||
}
|
||||
|
||||
}())
|
||||
|
||||
"use strict";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user