rem: remove destroyed hook

This commit is contained in:
Géry Debongnie
2019-04-10 09:35:20 +02:00
parent 74ce6a671e
commit f960149ba2
4 changed files with 3 additions and 58 deletions
-1
View File
@@ -41,7 +41,6 @@ component:
- **[willPatch](#willPatch)**
- **[updated](#updated)**
- **[willUnmount](#willUnmount)**
- **[destroyed](#destroyed)**
Note: no hook method should ever be called manually. They are supposed to be
called by the owl framework whenever it is required.