diff --git a/core/base_widgets/notifications.coffee b/core/base_widgets/notifications.coffee index 1b97482..bc30373 100644 --- a/core/base_widgets/notifications.coffee +++ b/core/base_widgets/notifications.coffee @@ -82,4 +82,4 @@ define ['cs!widget'], (Widget) -> Utils.injectWidget(@view.$el, 'notification_bar', params, params.type) removeNotification: ($selector) => - $selector.animate({opacity: 0}, -> $(this).remove()) \ No newline at end of file + $selector.animate({opacity: 0}, -> $(this).remove()) diff --git a/core/base_widgets/widget_editor.coffee b/core/base_widgets/widget_editor.coffee index b435a33..6ad3bc2 100644 --- a/core/base_widgets/widget_editor.coffee +++ b/core/base_widgets/widget_editor.coffee @@ -163,4 +163,4 @@ define [], () -> # they're not equal return false if value? or formValue? # At this point they're both null/undefined - return true \ No newline at end of file + return true diff --git a/core/loading_animation.coffee b/core/loading_animation.coffee index 1d668c9..3fc7d4a 100644 --- a/core/loading_animation.coffee +++ b/core/loading_animation.coffee @@ -200,4 +200,4 @@ define ['cs!mozaic_module'], (Module) -> Update the progress bar animation. ### progress = @getProgress() - $('#loading-animation .progress .bar').css("width", "#{progress}%") \ No newline at end of file + $('#loading-animation .progress .bar').css("width", "#{progress}%")