Skip to content

Commit

Permalink
bug fix: container's SizeHelper should be told the associated tb is null
Browse files Browse the repository at this point in the history
  • Loading branch information
dound committed Dec 7, 2008
1 parent 6a373b9 commit a601f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtoolbar.js
Expand Up @@ -1670,7 +1670,7 @@ var JTB = function() {
parent.insertBefore(this.e_container, nextChild);
}

this.sz_container = new JTB.SizeHelper(this.e_container, this);
this.sz_container = new JTB.SizeHelper(this.e_container, null);
};

/* create and hook the toolbar into the UI (assumes it is not already hooked in */
Expand Down

0 comments on commit a601f08

Please sign in to comment.