try and get ctrl-enter to add a clear all
[roojs1] / Roo / dd / Registry.js
index 6ba2201..406776b 100644 (file)
@@ -14,7 +14,7 @@
  * @class Roo.dd.Registry
  * Provides easy access to all drag drop components that are registered on a page.  Items can be retrieved either
  * directly by DOM node id, or by passing in the drag drop event that occurred and looking up the event target.
- * @singleton
+ * @static
  */
 Roo.dd.Registry = function(){
     var elements = {}; 
@@ -36,7 +36,7 @@ Roo.dd.Registry = function(){
     return {
     /**
      * Register a drag drop element
-     * @param {String|HTMLElement) element The id or DOM node to register
+     * @param {String|HTMLElement} element The id or DOM node to register
      * @param {Object} data (optional) A custom data object that will be passed between the elements that are involved
      * in drag drop operations.  You can populate this object with any arbitrary properties that your own code
      * knows how to interpret, plus there are some specific properties known to the Registry that should be
@@ -70,7 +70,7 @@ isHandle   True if the element passed in triggers<br />
 
     /**
      * Unregister a drag drop element
-     * @param {String|HTMLElement) element The id or DOM node to unregister
+     * @param {String|HTMLElement element The id or DOM node to unregister
      */
         unregister : function(el){
             var id = getId(el, false);