// changed on Wed Mar 14 2012 16:39:32 GMT+0100 (CET) by huberthesse
function onrestore() {
this.targetMorph.onrestore();
}
// changed on Tue Sep 27 2011 20:25:16 GMT+0200 (CEST) by lauritz
function onShutdown() {
this.targetMorph.onShutdown();
}
// changed on Thu Nov 17 2011 04:59:23 GMT+0100 (CET) by lauritz
function reset() {
this.targetMorph.reset();
}
// changed on Thu Nov 17 2011 04:59:23 GMT+0100 (CET) by lauritz
function setTarget(t) {
this.targetMorph.setTarget(t);