diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 18:41:56 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 18:41:56 +0100 |
| commit | e4d7dc5116b68a156ca870862fa400cf10e75585 (patch) | |
| tree | 1ca6e81d47cbf1dd05c1edc9bb3e605e613887f4 /threads.js | |
| parent | af5e25ce067b1647a87ddaf8078fb0f838d1c984 (diff) | |
| download | snap-yow-e4d7dc5116b68a156ca870862fa400cf10e75585.tar.gz snap-yow-e4d7dc5116b68a156ca870862fa400cf10e75585.zip | |
(re)move debug blocks
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2638,10 +2638,6 @@ Process.prototype.focusMap = function (lon, lat, zoom) { window.map.setView([lat, lon], zoom); }; -Process.prototype.addMarker = function (pos) { - L.marker(pos.contents).addTo(window.map); -}; - // Nesting reporters that 'doYield' sucks; as a workaround, // there is a library imported that uses this function. // TODO: Improve this :) |
