Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
remove unised vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Mar 8, 2020
1 parent 22a023f commit 52cdca7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/vw-studio-removeEmptyElement.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
//import MbModule from './module.js';

const DISPATCHER_BASKET_PATH = '/app/modules/basket';
const DISPATCHER_BASKET_ITEMS_PATH = '/app/modules/basket/items';

const STATE_DIRTY = 'dirty';
const STATE_LOADING = 'loading';
const STATE_READY = 'ready';

const STORAGE_KEY = '/app/modules/basket';

const ANCHOR_TOOLBAR_COMMON = 'amh.workbench.editor.weburger.toolbar#common';


Expand Down

0 comments on commit 52cdca7

Please sign in to comment.