Skip to content

Commit

Permalink
twee correcties
Browse files Browse the repository at this point in the history
  • Loading branch information
rdragon committed Mar 26, 2012
1 parent b6cb433 commit 826c40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/Pencil.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var pencil = (function() {
var inkDiv, indicator;
var pos = new Vector(0, 0);
var outbuffer = new Array()
var outbuffer = new Array();
var ink, down, enabled;
var mouseDownInk, inkRegen, startInk, inkMinDistance, maxInk;

Expand Down
2 changes: 2 additions & 0 deletions client/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ function EditorSegment(x1, y1, x2, y2, mode) {
this.teleportId = -5000;
}

EditorSegment.prototype = new Segment();

EditorSegment.constructor = EditorSegment;

/* Vector */
Expand Down

0 comments on commit 826c40c

Please sign in to comment.