From 0391cda3d1aff95b16ea6cab3865fc6e11caeeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Blanco?= Date: Fri, 7 Apr 2017 13:23:48 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 732a74a..d15504b 100644 --- a/readme.md +++ b/readme.md @@ -18,8 +18,8 @@ So previously I'd end up writing code to clean up a view / controller within say ```JS function doClose() { $.getView().close(); - $.destroy(); - $.off(); + $.destroy(); + $.off(); } ``` @@ -95,7 +95,7 @@ File: `app/views/registration/index.xml` ```xml - + ```