From be327512fe3d1fd63738975d24445c4099cd1e7e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 17 Jan 2012 15:00:01 +0200 Subject: fixed endline whitespace --- jquery.subwayMap-0.5.0.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jquery.subwayMap-0.5.0.js') 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. $("" + data.label.replace(/\\n/g,"
") + "").appendTo(el); else $("" + data.label.replace(/\\n/g,"
") + "
").appendTo(el);; - + }, _drawGrid: function (el, scale, gridNumbers) { -- cgit v1.3.1