Remove unnecessary fat arrow

This commit is contained in:
Prem Sichanugrist
2012-07-06 11:52:10 -04:00
parent b8fd728e06
commit 07aae06d30

View File

@@ -14,7 +14,7 @@ class CMS.Views.Week extends Backbone.View
new CMS.Views.Module(el: this).render()
return @
edit: (event) =>
edit: (event) ->
event.preventDefault()
CMS.replaceView(new CMS.Views.WeekEdit())