bug 245410 - remove dump() call from bookmarks code, patch by steffen.wilberg@web.de, r=me
git-svn-id: svn://10.0.0.236/trunk@158781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -732,7 +732,7 @@
|
||||
|
||||
onSelectionChanged: function ()
|
||||
{
|
||||
dump("ONSELECTION CHANGED\n")
|
||||
//dump("ONSELECTION CHANGED\n");
|
||||
var selection = this.mOuter.getTreeSelection();
|
||||
this.mOuter._selection = selection;
|
||||
this.mOuter._target = this.mOuter.getTreeTarget(selection.item[0], selection.parent[0], BookmarksUtils.DROP_BEFORE);
|
||||
|
||||
Reference in New Issue
Block a user