fix #479
This commit is contained in:
parent
8916ff20b6
commit
6cd988fb31
1 changed files with 5 additions and 6 deletions
|
@ -17,12 +17,11 @@ var labelType, useGradients, nativeTextSupport, animate;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
// TODO eliminate these 4 top-level variables
|
// TODO eliminate these 4 top-level variables
|
||||||
Metamaps = {
|
Metamaps = window.Metamaps || {};
|
||||||
panningInt: null,
|
Metamaps.panningInt = null;
|
||||||
tempNode: null,
|
Metamaps.tempNode = null;
|
||||||
tempInit: false,
|
Metamaps.tempInit = false;
|
||||||
tempNode2: null
|
Metamaps.tempNode2 = null;
|
||||||
}
|
|
||||||
|
|
||||||
Metamaps.Settings = {
|
Metamaps.Settings = {
|
||||||
embed: false, // indicates that the app is on a page that is optimized for embedding in iFrames on other web pages
|
embed: false, // indicates that the app is on a page that is optimized for embedding in iFrames on other web pages
|
||||||
|
|
Loading…
Reference in a new issue