mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
bug 245410 - remove dump() call from bookmarks code, patch by steffen.wilberg@web.de, r=me
This commit is contained in:
parent
e5c93fe2d3
commit
e8418dadcf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user