Commit 17370445 authored by bryner@brianryner.com's avatar bryner@brianryner.com
Browse files

fixing typo so that adding a bookmark works

parent b39fd18c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ PlacesBrowserShim.init = function PBS_init() {

PlacesBrowserShim.addBookmark = function PBS_addBookmark() {
  var selectedBrowser = getBrowser().selectedBrowser;
  this._bookmarkURI(this._bookmarks.bookmarkRoot, selectedBrowser.currentURI, 
  this._bookmarkURI(this._bookmarks.bookmarksRoot, selectedBrowser.currentURI, 
                    selectedBrowser.contentTitle);
};