afterEach()

in spec/viewport-detection.js [15:20]


  afterEach(function () {
    if (listView) {
      listView.remove();
    }
    $('body').empty();
  });