X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/src/debug.js diff --git a/src/debug.js b/src/debug.js index 43f80bf9..03db1aba 100644 --- a/src/debug.js +++ b/src/debug.js @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.1.1 - * Copyright(c) 2006-2010 Ext JS, LLC + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ @@ -92,7 +92,7 @@ function createConsole(){ // handleResize(); function handleResize(){ - var b = Ext.getBody() + var b = Ext.getBody(); var size = b.getViewSize(); if(size.height < b.dom.scrollHeight) { size.width -= 18; @@ -642,7 +642,7 @@ Ext.debug.ObjectInspector = Ext.extend(Ext.tree.TreePanel, { this.toggleFunc = function() { this.showFunc = !this.showFunc; this.refreshNodes(this.currentObject); - } + }; this.bbar = new Ext.Toolbar([{ text: 'Show Functions', enableToggle: true,