X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Window.html diff --git a/docs/source/Window.html b/docs/source/Window.html index 04dc98d9..8cb9a2ea 100644 --- a/docs/source/Window.html +++ b/docs/source/Window.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.window.Window
+  
/**
+ * @class Ext.window.Window
  * @extends Ext.panel.Panel
  * <p>A specialized panel intended for use as an application window.  Windows are floated, {@link #resizable}, and
  * {@link #draggable} by default.  Windows can be {@link #maximizable maximized} to fill the viewport,
@@ -43,9 +43,6 @@ Ext.create('Ext.window.Window', {
     }
 }).show();
 </pre></code>
- * @constructor
- * @param {Object} config The config object
- * @xtype window
  */
 Ext.define('Ext.window.Window', {
     extend: 'Ext.panel.Panel',