galaxykate / BotPrintEvolved

0 stars 1 forks source link

Handles refresh their parent chassis onDrag #34

Closed dlederle closed 10 years ago

dlederle commented 10 years ago

Very small change. Handles now know about their parent chassis, and call its refresh method when they are dragged.

relimited commented 10 years ago

We still had an error being thrown-- it would seem like that not every part implements a refresh method. I stubbed out a refresh() method in attachment.js. It currently does nothing, and we should feel free to implement in a subclass.