Monotone-Parent: c8ef0ca913584c6e41ef4f0aacb6789393a667e2

Monotone-Revision: 69aea51b0d7ecf49944b3cbfb0693ab21303c715

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-15T15:54:43
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-06-15 15:54:43 +00:00
parent 7a7ce4821d
commit dbd90b1f58
1 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,6 @@ dTree.prototype = {
// Outputs the tree to the page
toString: function() {
log("toString invoked");
var str = '<div class="dtree" id="' + this.obj + '">\n';
if (document.getElementById) {
if (this.config.useCookies)
@ -122,7 +121,6 @@ dTree.prototype = {
return str;
},
valueOf: function() {
log("valueOf invoked");
return this.toString();
},