Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / None.html
index a0dbb1f..4955c80 100644 (file)
@@ -3,8 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>The source code</title>
-  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
-  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
   <style type="text/css">
     .highlight { display: block; background-color: #ddd; }
   </style>
@@ -16,9 +16,7 @@
 </head>
 <body onload="prettyPrint(); highlight();">
   <pre class="prettyprint lang-js"><span id='Ext-layout-container-boxOverflow-None'>/**
-</span> * @class Ext.layout.container.boxOverflow.None
- * @extends Object
- * @private
+</span> * @private
  * Base class for Box Layout overflow handlers. These specialized classes are invoked when a Box Layout
  * (either an HBox or a VBox) has child items that are either too wide (for HBox) or too tall (for VBox)
  * for its container.
@@ -41,7 +39,7 @@ Ext.define('Ext.layout.container.boxOverflow.None', {
 <span id='Ext-layout-container-boxOverflow-None-method-getItem'>    /**
 </span>     * @private
      * Normalizes an item reference, string id or numerical index into a reference to the item
-     * @param {Ext.Component|String|Number} item The item reference, id or index
+     * @param {Ext.Component/String/Number} item The item reference, id or index
      * @return {Ext.Component} The item
      */
     getItem: function(item) {