diff --git a/docs/api/client/hoodie.rst b/docs/api/client/hoodie.rst index 0b5251cee..5351846f2 100644 --- a/docs/api/client/hoodie.rst +++ b/docs/api/client/hoodie.rst @@ -185,19 +185,6 @@ Examples hoodie.sayHi = function () { alert('hi') } }) -hoodie.reset ------------- - -TO BE DONE: `#12 `_ - -Reset hoodie client and emit reset event so plugins can reset as well. - -.. code:: js - - hoodie.reset() - -Resolves without argument. - hoodie.on --------- @@ -271,9 +258,7 @@ Events +------------------------+------------------------------------------+ | Event | Decription | -+========================+==========================================+ -| ``reset`` | triggered when hoodie.reset() succeeded | -+------------------------+------------------------------------------+ ++========================+==========================================+ | ``account:*`` | events, see account events | +------------------------+------------------------------------------+ | ``store:*`` | events, see store events |