diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 15:00:01 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 15:00:01 +0200 |
| commit | be327512fe3d1fd63738975d24445c4099cd1e7e (patch) | |
| tree | 6c0b78798747eaed89ce0bd6c2530df686d6719b /jquery.subwayMap-0.5.0.js | |
| parent | cca795f541d63d5f075a36afe1e77bd06dda18dc (diff) | |
fixed endline whitespace
Diffstat (limited to 'jquery.subwayMap-0.5.0.js')
| -rwxr-xr-x | jquery.subwayMap-0.5.0.js | 6 |
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) { |
