fixed coding style
This commit is contained in:
parent
c86e8608bf
commit
027e13778b
@ -23,13 +23,13 @@ function wrapper() {
|
|||||||
var MAX_DRAWN_LINKS = 400;
|
var MAX_DRAWN_LINKS = 400;
|
||||||
var MAX_DRAWN_LINKS_INCREASED_LIMIT = 1000;
|
var MAX_DRAWN_LINKS_INCREASED_LIMIT = 1000;
|
||||||
var STROKE_STYLE = {
|
var STROKE_STYLE = {
|
||||||
color: '#FF0000',
|
color: '#FF0000',
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
weight:2,
|
weight:2,
|
||||||
clickable: false,
|
clickable: false,
|
||||||
smoothFactor: 10
|
smoothFactor: 10
|
||||||
};
|
};
|
||||||
var delaunayScriptLocation = "https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/delaunay.js";
|
var delaunayScriptLocation = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/delaunay.js';
|
||||||
|
|
||||||
window.plugin.maxLinks.layer = null;
|
window.plugin.maxLinks.layer = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user