removes version property from namespace

This commit is contained in:
Andy Gup 2014-09-08 18:42:34 -06:00
parent 160170c018
commit cbed7593ff
12 changed files with 4 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -1021,7 +1021,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
Edit: {}
}
}

File diff suppressed because one or more lines are too long

View File

@ -458,7 +458,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
Tiles: {}
}
}

File diff suppressed because one or more lines are too long

View File

@ -321,7 +321,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
Tiles: {}
}
}

File diff suppressed because one or more lines are too long

View File

@ -682,7 +682,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
TPK: {},
Tiles: {}
}

View File

@ -1,14 +0,0 @@
var O = {};
(function(){
O.esri = {
VERSION: '2.0',
Edit: {},
Tiles: {},
TPK: {},
Utils: {}
}
}())
"use strict";

View File

@ -9,7 +9,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
Edit: {}
}
}

View File

@ -8,7 +8,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
Tiles: {}
}
}

View File

@ -9,7 +9,6 @@ if(typeof O != "undefined"){
else{
O = {};
O.esri = {
VERSION: '2.0',
TPK: {},
Tiles: {}
}