Skip to content

Commit

Permalink
Make costume icons draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan committed Feb 9, 2015
1 parent 7790d41 commit 647c18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pixie/pixie.js
Original file line number Diff line number Diff line change
Expand Up @@ -4482,6 +4482,7 @@
this.costume = costume;

this.el = el('costume-icon');
this.el.draggable = true;
this.el.appendChild(this.elThumbnail = el('canvas', 'costume-thumbnail'));
this.elThumbnail.width = 68;
this.elThumbnail.height = 51;
Expand Down

0 comments on commit 647c18d

Please sign in to comment.