Skip to content

Commit

Permalink
removed deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Feb 28, 2024
1 parent 19b5dd2 commit 640986a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions baseweb/static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ var app = new Vue({
socketio: false
},
methods: {
// deprecated ?
// registerClientComponent: function(component) {
// store.commit("clientComponent", component);
// },
// registerGroupComponent: function(component) {
// store.commit("groupComponent", component);
// },

// used from main to access drawer store in NavigationDrawer
toggle_drawer: function() {
store.commit('toggle_drawer');
Expand Down

0 comments on commit 640986a

Please sign in to comment.