X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.util.Observable.json;h=3c2a11ce365ea16ffed10a554bb878aa0337dc45;hp=712bab8cc4fa2aff4041847858a34ec13a18f24f;hb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1;hpb=a3ba42edf373fc5f2c84815d46e1234a15ab0a12 diff --git a/docs/symbols/Roo.util.Observable.json b/docs/symbols/Roo.util.Observable.json index 712bab8cc4..3c2a11ce36 100644 --- a/docs/symbols/Roo.util.Observable.json +++ b/docs/symbols/Roo.util.Observable.json @@ -323,7 +323,7 @@ "tree_parent" : [], "desc" : "Base class that provides a common interface for publishing events. Subclasses are expected to\nto have a property \"events\" with all the events defined.
\nFor example:\n
\n Employee = function(name){\n    this.name = name;\n    this.addEvents({\n        \"fired\" : true,\n        \"quit\" : true\n    });\n }\n Roo.extend(Employee, Roo.util.Observable);\n
", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -348,7 +348,7 @@ "name" : "listeners", "type" : "Object", "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", - "memberOf" : "Roo.util.Observable" + "memberOf" : "" } ], "methods" : [