chore: prettier source code
This commit is contained in:
@@ -3,7 +3,7 @@ import { BindEventMixin } from './bind-event';
|
||||
|
||||
export const CloseOnPopstateMixin = {
|
||||
mixins: [
|
||||
BindEventMixin(function(bind, isBind) {
|
||||
BindEventMixin(function (bind, isBind) {
|
||||
this.handlePopstate(isBind && this.closeOnPopstate);
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user