commit 90036a0ea7db61b6d2067fed0b91029660e88a63 parent 5017c15fb5c11b82c5fb6e9fddee28554d0f4c5f Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 30 Aug 2006 15:58:08 +0000 Addresses #243, ability to get name of saved search without accessing private properties Diffstat:
| M | chrome/chromeFiles/content/scholar/xpcom/search.js | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/chrome/chromeFiles/content/scholar/xpcom/search.js b/chrome/chromeFiles/content/scholar/xpcom/search.js @@ -69,6 +69,11 @@ Scholar.Search.prototype.getID = function(){ } +Scholar.Search.prototype.getName = function(){ + return this._savedSearchName; +} + + /* * Save the search to the DB and return a savedSearchID *