Commit 07aae06d by Prem Sichanugrist

Remove unnecessary fat arrow

parent b8fd728e
...@@ -14,7 +14,7 @@ class CMS.Views.Week extends Backbone.View ...@@ -14,7 +14,7 @@ class CMS.Views.Week extends Backbone.View
new CMS.Views.Module(el: this).render() new CMS.Views.Module(el: this).render()
return @ return @
edit: (event) => edit: (event) ->
event.preventDefault() event.preventDefault()
CMS.replaceView(new CMS.Views.WeekEdit()) CMS.replaceView(new CMS.Views.WeekEdit())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment