File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ export default {
354
354
watch : {
355
355
visible ( newVal , oldVal ) {
356
356
if ( newVal === oldVal ) {
357
+ /* istanbul ignore next */
357
358
return
358
359
}
359
360
this [ newVal ? 'show' : 'hide' ] ( )
@@ -378,7 +379,7 @@ export default {
378
379
this . show ( )
379
380
}
380
381
} ,
381
- beforeDestroy ( ) /* instanbul ignore next */ {
382
+ beforeDestroy ( ) /* istanbul ignore next */ {
382
383
// Ensure everything is back to normal
383
384
if ( this . _observer ) {
384
385
this . _observer . disconnect ( )
@@ -456,7 +457,7 @@ export default {
456
457
relatedTarget : null ,
457
458
isOK : trigger || null ,
458
459
trigger : trigger || null ,
459
- cancel ( ) {
460
+ cancel ( ) /* istanbul ignore next */ {
460
461
// Backwards compatibility
461
462
warn ( 'b-modal: evt.cancel() is deprecated. Please use evt.preventDefault().' )
462
463
this . preventDefault ( )
You can’t perform that action at this time.
0 commit comments