Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -52,7 +52,7 @@ function Node(id, pid, name, url, title, target, icon, iconOpen, open) {
|
||||
|
||||
this._p;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ function dTree(objName, baseDir) {
|
||||
|
||||
inOrder : false
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
this.icon = {
|
||||
|
||||
@@ -128,7 +128,7 @@ function dTree(objName, baseDir) {
|
||||
|
||||
this.completed = false;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -387,7 +387,7 @@ dTree.prototype.setCS_All = function()
|
||||
node._ls = ids[node.pid]._ls_is == node.id ? true : false;
|
||||
node._hc = ids[node.id]._hc;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Returns the selected node
|
||||
|
||||
@@ -703,9 +703,9 @@ if (!Array.prototype.push) {
|
||||
|
||||
return this.length;
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
if (!Array.prototype.pop) {
|
||||
|
||||
@@ -717,7 +717,6 @@ if (!Array.prototype.pop) {
|
||||
|
||||
return lastElement;
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user