Skip to content

Commit 55b9a5b

Browse files
committed
Update README.md
1 parent 648e18e commit 55b9a5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ For HAML:
3434
```
3535
:javascript
3636
jQuery(function() {
37-
window.$this = new (App.\#{controller_path.split(/\/|_/).map(&:capitalize).join('')} || App.Base)();
38-
if (typeof $this.\#{action_name} === 'function') {
39-
return $this.\#{action_name}.call();
37+
window.$this = new (App.#{controller_path.split(/\/|_/).map(&:capitalize).join('')} || App.Base)();
38+
if (typeof $this.#{action_name} === 'function') {
39+
return $this.#{action_name}.call();
4040
}
4141
});
4242
```

0 commit comments

Comments
 (0)