Author: pyaschenko
Date: 2010-07-21 10:40:56 -0400 (Wed, 21 Jul 2010)
New Revision: 18178
Modified:
root/core/trunk/impl/src/main/resources/META-INF/resources/richfaces-base-component.js
Log:
Modified:
root/core/trunk/impl/src/main/resources/META-INF/resources/richfaces-base-component.js
===================================================================
---
root/core/trunk/impl/src/main/resources/META-INF/resources/richfaces-base-component.js 2010-07-21
14:10:47 UTC (rev 18177)
+++
root/core/trunk/impl/src/main/resources/META-INF/resources/richfaces-base-component.js 2010-07-21
14:40:56 UTC (rev 18178)
@@ -222,7 +222,7 @@
source = source || this.id;
var element = richfaces.getDomElement(source);
element && element.richfaces && (element.richfaces.component=null);
- }
+ },
/**
* Destroy method. Will be called before remove component from the page
@@ -232,7 +232,7 @@
*
* */
destroy: function() {
- detach();
+ this.detach();
}
};
})(params));
Show replies by date