From: Alan Knowles Date: Wed, 1 Dec 2010 02:23:10 +0000 (+0800) Subject: XObjectBase/GdlDock.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=72f392cbfe9fc4df261e54d93dde83ef4e5b376f;hp=9df8806e00d8393adf1dfde728152a19457ab037;p=app.Builder.js XObjectBase/GdlDock.js --- diff --git a/XObjectBase/GdlDock.js b/XObjectBase/GdlDock.js index eba43fb37..59b3c2cce 100644 --- a/XObjectBase/GdlDock.js +++ b/XObjectBase/GdlDock.js @@ -14,6 +14,11 @@ GdlDock = XObject.define( pack : 'add', // default.. can be pack_start... init : function() { + + // dock for the current window exists. - use it.. + if (this.get('^').dock) { + + } this.el = new Gdl.Dock (); this.layout = new Gdl.DockLayout.c_new (this.el); XObject.prototype.init.call(this);