Remove unnecesary empty parameter list on coffeescript file
This commit is contained in:
@@ -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) ->
|
||||||
|
|||||||
Reference in New Issue
Block a user