ES Lint fix migration to vuetify 2
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import store from "/imports/ui/vuexStore.js";
|
||||
import store from '/imports/ui/vuexStore.js';
|
||||
|
||||
if (window){
|
||||
window.onpopstate = function(event){
|
||||
let state = event.state;
|
||||
let numDialogs = store.state.dialogStack.dialogs.length;
|
||||
if (_.isFinite(state.openDialogs) && numDialogs > state.openDialogs){
|
||||
store.commit("popDialogStackMutation", store.state.dialogStack.currentResult);
|
||||
store.commit('popDialogStackMutation', store.state.dialogStack.currentResult);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user