Commit e1686dec authored by Robert Knight's avatar Robert Knight

Remove obsolete JSDoc comments

The group service does not have `add` or `remove` methods any more.
parent 2a618966
/**
* @ngdoc service
* @name groups
*
* @description Provides access to the list of groups that the user is currently
* a member of and the currently selected group in the UI.
*
* The list of groups is initialized from the session state
* and can then later be updated using the add() and remove()
* methods.
*/
'use strict'; 'use strict';
var STORAGE_KEY = 'hypothesis.groups.focus'; var STORAGE_KEY = 'hypothesis.groups.focus';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment