Temp commit

This commit is contained in:
jdescottes
2014-04-17 01:27:49 +02:00
parent b712a497e2
commit 0cecdc74eb
19 changed files with 423 additions and 112 deletions

View File

@@ -2,12 +2,12 @@
var ns = $.namespace("pskl.drawingtools");
ns.VerticalMirrorPen = function() {
this.superclass.constructor.call(this);
this.toolId = "tool-vertical-mirror-pen";
this.helpText = "vertical mirror pen tool";
this.swap = null;
this.mirroredPreviousCol = null;
this.mirroredPreviousRow = null;
};
pskl.utils.inherit(ns.VerticalMirrorPen, ns.SimplePen);