mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Enable use of "use strict" and fix two global variable declarations
This commit is contained in:
parent
3ac6158d37
commit
1bd4720304
5 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
layout: null
|
||||
---
|
||||
|
||||
"use strict"
|
||||
|
||||
var zoom=2;
|
||||
var minzoom=1;
|
||||
if(isMobile())var zoom=minzoom=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue