This commit is contained in:
Devin Howard 2016-02-29 11:45:20 +08:00
parent 8916ff20b6
commit 6cd988fb31

View file

@ -17,12 +17,11 @@ var labelType, useGradients, nativeTextSupport, animate;
})();
// TODO eliminate these 4 top-level variables
Metamaps = {
panningInt: null,
tempNode: null,
tempInit: false,
tempNode2: null
}
Metamaps = window.Metamaps || {};
Metamaps.panningInt = null;
Metamaps.tempNode = null;
Metamaps.tempInit = false;
Metamaps.tempNode2 = null;
Metamaps.Settings = {
embed: false, // indicates that the app is on a page that is optimized for embedding in iFrames on other web pages