r1308 - branches/bxe_2_0/js

[email protected]
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Tue May 24 15:34:14 2005
New Revision: 1308

Modified:
   branches/bxe_2_0/js/bxeXMLNode.js
Log:
revert that too much committed

Modified: branches/bxe_2_0/js/bxeXMLNode.js
==============================================================================
--- branches/bxe_2_0/js/bxeXMLNode.js	(original)
+++ branches/bxe_2_0/js/bxeXMLNode.js	Tue May 24 15:34:14 2005
@@ -59,14 +59,10 @@
 	"firstChild",
 	function()
 	{
+		
 		if (this._node.firstChild) {
-			if (!this._node.firstChild.XMLNode ) {
-				try {
+			if (!this._node.firstChild.XMLNode) {
 				this._node.firstChild.XMLNode = this._node.firstChild.getXMLNode();
-				} catch (e) {
-					//bxe_catch_alert(e);
-					BX_debug(this._node.firstChild);
-				}
 			}
 			return this._node.firstChild.XMLNode;
 		} else {
@@ -345,6 +341,7 @@
 		window.bxe_lastNode = this;
 		var pop = window.open(this.vdom.bxeOnnew,"foobar","width=600,height=600,resizable=yes,scrollbars=yes");
 		pop.focus();
+		
 		return true;
 	}
 	if (ret) {
@@ -355,11 +352,6 @@
 	return false;
 }
 
-function alertFoo() {
-		dump('HIIIIIIT' + "\n");
-}
-	
-
 XMLNodeElement.prototype.setContent = function (text, autocreate) {
 	this.removeAllChildren();
 	var mmmh = bxe_config.xmldoc.createTextNode(text);
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.