Skip to content

Commit 93db506

Browse files
author
Nathan Sobo
committed
Remove debugger
1 parent 43de55b commit 93db506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vendor/jasmine-jquery.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jasmine.JQuery.matchersClass = {};
2121
(function(){
2222
var jQueryMatchers = {
2323
toHaveClass: function(className) {
24-
debugger
2524
if (this.actual instanceof HTMLElement) {
2625
return this.actual.classList.contains(className)
2726
} else {

0 commit comments

Comments
 (0)