You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,9 @@ class App
137
137
end
138
138
```
139
139
140
-
## Mixins
140
+
###Mixins
141
141
142
-
Simply create a Ruby module to encapsulate the behavior. Example below is modified from the original [React.js Exmaple on Mixin](http://facebook.github.io/react/docs/reusable-components.html#mixins),[Opal Browser](https://github.com/opal/opal-browser) syntax are used to make it cleaner.
142
+
Simply create a Ruby module to encapsulate the behavior. Example below is modified from the original [React.js Exmaple on Mixin](http://facebook.github.io/react/docs/reusable-components.html#mixins).[Opal Browser](https://github.com/opal/opal-browser) syntax are used here to make it cleaner.
0 commit comments