From 027e13778b424df980ba304785e36a940349107e Mon Sep 17 00:00:00 2001 From: boombuler Date: Mon, 25 Feb 2013 20:14:12 +0100 Subject: [PATCH] fixed coding style --- plugins/max-links.user.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index 416d7852..0b66a5d7 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -23,13 +23,13 @@ function wrapper() { var MAX_DRAWN_LINKS = 400; var MAX_DRAWN_LINKS_INCREASED_LIMIT = 1000; var STROKE_STYLE = { - color: '#FF0000', - opacity: 1, - weight:2, - clickable: false, - smoothFactor: 10 - }; - var delaunayScriptLocation = "https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/delaunay.js"; + color: '#FF0000', + opacity: 1, + weight:2, + clickable: false, + smoothFactor: 10 + }; + var delaunayScriptLocation = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/delaunay.js'; window.plugin.maxLinks.layer = null;