Skip to content

Commit

Permalink
docs(hoodie): remove hoodie.reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and kahlil committed Jun 14, 2017
1 parent f6f03f2 commit 5574b78
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/api/client/hoodie.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,6 @@ Examples
hoodie.sayHi = function () { alert('hi') }
})
hoodie.reset
------------

TO BE DONE: `#12 <https://github.com/hoodiehq/hoodie-client/issues/12>`_

Reset hoodie client and emit reset event so plugins can reset as well.

.. code:: js
hoodie.reset()
Resolves without argument.

hoodie.on
---------

Expand Down Expand Up @@ -271,9 +258,7 @@ Events

+------------------------+------------------------------------------+
| Event | Decription |
+========================+==========================================+
| ``reset`` | triggered when hoodie.reset() succeeded |
+------------------------+------------------------------------------+
+========================+==========================================+
| ``account:*`` | events, see account events |
+------------------------+------------------------------------------+
| ``store:*`` | events, see store events |
Expand Down

0 comments on commit 5574b78

Please sign in to comment.