diff options
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4097,7 +4097,6 @@ PenMorph.prototype.forward = function (steps) { PenMorph.prototype.down = function () { this.isDown = true; - this.drawLine(this.center(), this.center()); }; PenMorph.prototype.up = function () { |
