他のメソッドでこの方法でコンテキストを処理できますが、.resize() の何が違うのか、またはコンテキストを渡すことができない理由がわかりません。
D4.prototype.resize = function() {
var that = this;
that.containerBound = that.getBound(that.containerId);
// that is referring to the DomWindow and not D4
};
$(window).resize(D4.prototype.resize);