We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa6fb6 commit 0fe989aCopy full SHA for 0fe989a
src/offcanvas/test/offcanvas.spec.js
@@ -49,7 +49,7 @@ describe('offcanvas directive', function () {
49
isClosed: function() {
50
return !this.actual.hasClass('move-left') &&
51
!this.actual.hasClass('move-right');
52
- },
+ }
53
});
54
}));
55
0 commit comments