Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
broud committed Dec 13, 2013
1 parent 451170d commit 8d81a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ It is possible to extend from every `M` Object by calling the `extend` method. T
```javascript
M.CustomView = M.View.extend({
// overwrite a property
_tye: 'M.CustomView',
_type: 'M.CustomView',
// implement an own property
myOwnProperty: 1
});
Expand Down

0 comments on commit 8d81a33

Please sign in to comment.