Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.4
Description
There's a typo on Line 77 (ish) of alert.coffee:
container.on "click button.close", ->
should actually be:
container.on "click", "button.close", ->