Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / DDTarget.html
index b8e81ee..a3fe66c 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>
@@ -39,7 +39,7 @@ Ext.define('Ext.dd.DDTarget', {
 </span>     * Creates new DDTarget.
      * @param {String} id the id of the element that is a drop target
      * @param {String} sGroup the group of related DragDrop objects
-     * @param {object} config an object containing configurable attributes.
+     * @param {Object} config an object containing configurable attributes.
      * Valid properties for DDTarget in addition to those in DragDrop: none.
      */
     constructor: function(id, sGroup, config) {