mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 21:53:00 +08:00
7 lines
192 B
CoffeeScript
7 lines
192 B
CoffeeScript
window.Discourse.View = Ember.View.extend Discourse.Presence,
|
|
|
|
# Overwrite this to do a different display
|
|
displayErrors: (errors, callback) ->
|
|
alert(errors.join("\n"))
|
|
callback?()
|