Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(menubar): remove debugger; statement
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/components/menuBar/menu-bar.spec.js
  • Loading branch information
jelbourn authored and ThomasBurleson committed Apr 1, 2016
1 parent ece1fa6 commit 822267b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/menuBar/menu-bar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ describe('material.components.menuBar', function() {
}

function getOpenSubMenu() {
debugger;
var containers = document.body.querySelectorAll('.md-open-menu-container.md-active');
var containers = document.body.querySelectorAll('._md-open-menu-container._md-active');
var lastContainer = containers.item(containers.length - 1);

return angular.element(lastContainer.querySelector('md-menu-content'));
Expand Down

0 comments on commit 822267b

Please sign in to comment.