r1739 - branches/bxe_2_0/js

[email protected] Sat, 18 Aug 2007 12:41:09 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Sat Aug 18 12:41:08 2007
New Revision: 1739

Log:
make the right check

Modified:
   branches/bxe_2_0/js/bxeFunctions.js

Modified: branches/bxe_2_0/js/bxeFunctions.js
==============================================================================
--- branches/bxe_2_0/js/bxeFunctions.js	(original)
+++ branches/bxe_2_0/js/bxeFunctions.js	Sat Aug 18 12:41:08 2007
@@ -2753,7 +2753,7 @@
 
 
 function bxe_checkEmpty(xmlnode, makeDefault) {
-	if (!makeDefault && xmlnode.vdom && xmlnode.vdom.bxeOnempty) {
+	if (!makeDefault && xmlnode.vdom && xmlnode.vdom.bxeOnemptyType) {
 		var par = xmlnode.parentNode;
 		if (xmlnode.vdom.bxeOnemptyType == "function") {
 			if (eval(xmlnode.vdom.bxeOnempty + "(xmlnode)")) {
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs