app/assets/javascripts/teabag/base/reporters/html/progress_view.coffee in teabag-0.4.6 vs app/assets/javascripts/teabag/base/reporters/html/progress_view.coffee in teabag-0.5.0

- old
+ new

@@ -3,10 +3,10 @@ @create: (displayProgress = true) -> return new Teabag.Reporters.HTML.ProgressView() unless displayProgress if Teabag.Reporters.HTML.RadialProgressView.supported new Teabag.Reporters.HTML.RadialProgressView() else - Teabag.Reporters.HTML.SimpleProgressView() + new Teabag.Reporters.HTML.SimpleProgressView() build: -> @el = @createEl("div", "teabag-indicator modeset-logo")