X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/dd/DDTarget.js diff --git a/src/dd/DDTarget.js b/src/dd/DDTarget.js index a1949333..befd3bd6 100644 --- a/src/dd/DDTarget.js +++ b/src/dd/DDTarget.js @@ -36,7 +36,7 @@ Ext.define('Ext.dd.DDTarget', { * 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) {