Skip to content

Commit

Permalink
Save path
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed Jun 29, 2009
1 parent 11d0f79 commit ca0e5ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tuio.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@
else {
data = {
sid: sid,
fid: fid
fid: fid,
path: []
}
this._data[sid] = data;
}

data.path.push([x, y]);

data.x = x;
data.y = y;
Expand Down

0 comments on commit ca0e5ce

Please sign in to comment.