Addresses #243, ability to get name of saved search without accessing private properties

This commit is contained in:
Dan Stillman 2006-08-30 15:58:08 +00:00
parent 5017c15fb5
commit 90036a0ea7

View file

@ -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
*