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,
|
||||
router,
|
||||
routing,
|
||||
routesLayer,
|
||||
routingOptions,
|
||||
nogos,
|
||||
stats,
|
||||
|
|
@ -24,7 +23,9 @@
|
|||
tabs,
|
||||
profile,
|
||||
trackMessages,
|
||||
routingToolbar,
|
||||
drawButton,
|
||||
deleteButton,
|
||||
drawToolbar,
|
||||
permalink,
|
||||
leftPaneId = 'leftpane',
|
||||
saveWarningShown = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue