Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Apr 12, 2018
1 parent 7d17e89 commit 734ed6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/date-picker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@ describe('DatePicker', () => {
it('should set up event handlers for the date picker', () => {
datePicker.init()

// Resizing the window should no longer trigger the close
// event.
// Resizing the window should call the close event handler
$.dispatch(window, 'fullscreenchange')
$.dispatch(window, 'orientationchange')
$.dispatch(window, 'resize')
Expand Down

0 comments on commit 734ed6b

Please sign in to comment.