Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Sep 19, 2015
1 parent 43de55b commit 93db506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vendor/jasmine-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jasmine.JQuery.matchersClass = {};
(function(){
var jQueryMatchers = {
toHaveClass: function(className) {
debugger
if (this.actual instanceof HTMLElement) {
return this.actual.classList.contains(className)
} else {
Expand Down

0 comments on commit 93db506

Please sign in to comment.