Skip to content

Commit

Permalink
Add more newlines to files #94
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jun 20, 2013
1 parent cee794e commit 8b452c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/base_widgets/notifications.coffee
Expand Up @@ -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())
$selector.animate({opacity: 0}, -> $(this).remove())
2 changes: 1 addition & 1 deletion core/base_widgets/widget_editor.coffee
Expand Up @@ -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
return true
2 changes: 1 addition & 1 deletion core/loading_animation.coffee
Expand Up @@ -200,4 +200,4 @@ define ['cs!mozaic_module'], (Module) ->
Update the progress bar animation.
###
progress = @getProgress()
$('#loading-animation .progress .bar').css("width", "#{progress}%")
$('#loading-animation .progress .bar').css("width", "#{progress}%")

0 comments on commit 8b452c0

Please sign in to comment.