summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-25 12:51:05 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-25 12:51:05 +0100
commit6d5a515c1d35f77be519b4b5d42b29f5f83d5078 (patch)
tree52b74db5e8230086f7b5be4478fbb399931bfa52 /gui.js
parent64e1e34f8a3715523d956bcc68b92ca7f1b7297d (diff)
downloadsnap-yow-6d5a515c1d35f77be519b4b5d42b29f5f83d5078.tar.gz
snap-yow-6d5a515c1d35f77be519b4b5d42b29f5f83d5078.zip
store and load pen trailsmapbox
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.js b/gui.js
index 8cfb61a..520df91 100644
--- a/gui.js
+++ b/gui.js
@@ -2877,8 +2877,6 @@ IDE_Morph.prototype.newProject = function () {
window.map.removeLayer(window.penTrails);
}
window.penTrails = L.layerGroup().addTo(window.map);
- window.penShapes = L.layerGroup().addTo(window.penTrails);
- window.penLines = L.layerGroup().addTo(window.penTrails);
this.currentSprite = new SpriteMorph(this.globalVariables);
this.sprites = new List([this.currentSprite]);