-
Notifications
You must be signed in to change notification settings - Fork 65
Completing SkyModalInstance.closed upon close #1326
Completing SkyModalInstance.closed upon close #1326
Conversation
Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED Commit: e64a35b (Please note that this is a fully automated comment.) |
Codecov Report
@@ Coverage Diff @@
## master #1326 +/- ##
======================================
Coverage 100% 100%
======================================
Files 370 370
Lines 6788 6789 +1
Branches 874 874
======================================
+ Hits 6788 6789 +1
Continue to review full report at Codecov.
|
Addresses: #1244 |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 3beb4ef (Please note that this is a fully automated comment.) |
Was their some weird issue with the merge that would have caused visual tests to fail for a non-visual change? |
Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED Commit: 32c36a2 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 6b11a4b (Please note that this is a fully automated comment.) |
@blackbaud-sky-savage retry |
Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED Commit: 6b11a4b (Please note that this is a fully automated comment.) |
This will make it so users can freely subscribe to the closed event of a SkyModalInstance without needing to worry about unsubscribing since the EventEmitter will be completed upon close. Also, this ensures that there will only ever be a single closed event, which should be the case since a modal cannot close more than once.