mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
Monotone-Parent: c8ef0ca913584c6e41ef4f0aacb6789393a667e2
Monotone-Revision: 69aea51b0d7ecf49944b3cbfb0693ab21303c715 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-15T15:54:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user