minor update to namespaces

This commit is contained in:
Andy Gup 2014-09-05 16:20:42 -06:00
parent c221c709a3
commit a0b989e514
3 changed files with 18 additions and 1 deletions

View File

@ -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";

View File

@ -1,3 +1,7 @@
/**
* Creates a namespace for the non-AMD libraries in this directory
*/
(function(){
if(typeof O != "undefined"){

View File

@ -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";