Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clemblanco authored Apr 7, 2017
1 parent 2d596e8 commit 0391cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
```

Expand Down Expand Up @@ -95,7 +95,7 @@ File: `app/views/registration/index.xml`
```xml
<Alloy>
<View id="myUniqueID">
</View>
</View>
</Alloy>
```

Expand Down

0 comments on commit 0391cda

Please sign in to comment.