X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..b37ceabb82336ee82757cd32efe353cfab8ec267:/src/debug.js diff --git a/src/debug.js b/src/debug.js index b50a1428..65b82df7 100644 --- a/src/debug.js +++ b/src/debug.js @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.1.0 - * Copyright(c) 2006-2009 Ext JS, LLC + * Ext JS Library 3.2.2 + * 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,