summaryrefslogtreecommitdiff
path: root/jquery.subwayMap-0.5.0.js
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-01-17 15:00:01 +0200
committerYuval Adam <yuv.adm@gmail.com>2012-01-17 15:00:01 +0200
commitbe327512fe3d1fd63738975d24445c4099cd1e7e (patch)
tree6c0b78798747eaed89ce0bd6c2530df686d6719b /jquery.subwayMap-0.5.0.js
parentcca795f541d63d5f075a36afe1e77bd06dda18dc (diff)
fixed endline whitespace
Diffstat (limited to 'jquery.subwayMap-0.5.0.js')
-rwxr-xr-xjquery.subwayMap-0.5.0.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jquery.subwayMap-0.5.0.js b/jquery.subwayMap-0.5.0.js
index 3dfa9be..6a6f05c 100755
--- a/jquery.subwayMap-0.5.0.js
+++ b/jquery.subwayMap-0.5.0.js
@@ -133,7 +133,7 @@ THE SOFTWARE.
if (color === undefined) color = "#000000";
var lineTextClass = $(ul).attr("data-textClass");
- if (lineTextClass === undefined) lineTextClass = "";
+ if (lineTextClass === undefined) lineTextClass = "";
var shiftCoords = $(ul).attr("data-shiftCoords");
if (shiftCoords === undefined) shiftCoords = "";
@@ -362,7 +362,7 @@ THE SOFTWARE.
ctx.closePath();
ctx.stroke();
ctx.fill();
-
+
// Render text labels and hyperlinks
var pos = "";
var offset = width + 4;
@@ -406,7 +406,7 @@ THE SOFTWARE.
$("<a " + style + " title='" + data.title.replace(/\\n/g,"<br />") + "' href='" + data.link + "' target='_new'>" + data.label.replace(/\\n/g,"<br />") + "</span>").appendTo(el);
else
$("<span " + style + ">" + data.label.replace(/\\n/g,"<br />") + "</span>").appendTo(el);;
-
+
},
_drawGrid: function (el, scale, gridNumbers) {