Add comment about porting chainable calls back to Sg.

This commit is contained in:
Jürg Lehni 2011-04-30 22:30:54 +01:00
parent 511eef50f6
commit cd58351864

View file

@ -563,6 +563,7 @@ var Item = this.Item = Base.extend({
child.transform(matrix, flags);
}
}
// TODO: Port return this in all chainable commands back to Sg
return this;
},