Remove unnecesary empty parameter list on coffeescript file

This commit is contained in:
Bertocq
2017-06-16 00:06:26 +02:00
parent 3db13da2b1
commit 0379a66c77

View File

@@ -84,7 +84,7 @@ App.LegislationAnnotatable =
annotation_id: pid annotation_id: pid
annotation_url: target.closest(".legislation-annotatable").data("legislation-annotatable-base-url") annotation_url: target.closest(".legislation-annotatable").data("legislation-annotatable-base-url")
isMobile: () -> isMobile: ->
return window.innerWidth <= 652 return window.innerWidth <= 652
viewerExtension: (viewer) -> viewerExtension: (viewer) ->