refactoring: local vars instead of global
This commit is contained in:
parent
0d30461ebc
commit
af9733a4dd
1 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
||||||
search,
|
search,
|
||||||
router,
|
router,
|
||||||
routing,
|
routing,
|
||||||
routesLayer,
|
|
||||||
routingOptions,
|
routingOptions,
|
||||||
nogos,
|
nogos,
|
||||||
stats,
|
stats,
|
||||||
|
|
@ -24,7 +23,9 @@
|
||||||
tabs,
|
tabs,
|
||||||
profile,
|
profile,
|
||||||
trackMessages,
|
trackMessages,
|
||||||
routingToolbar,
|
drawButton,
|
||||||
|
deleteButton,
|
||||||
|
drawToolbar,
|
||||||
permalink,
|
permalink,
|
||||||
leftPaneId = 'leftpane',
|
leftPaneId = 'leftpane',
|
||||||
saveWarningShown = false;
|
saveWarningShown = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue