Skip to content

Commit 0fe989a

Browse files
committed
fix(offcanvas): Fix spec
1 parent 2fa6fb6 commit 0fe989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/offcanvas/test/offcanvas.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('offcanvas directive', function () {
4949
isClosed: function() {
5050
return !this.actual.hasClass('move-left') &&
5151
!this.actual.hasClass('move-right');
52-
},
52+
}
5353
});
5454
}));
5555

0 commit comments

Comments
 (0)