Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Sep 29, 2023
1 parent 4572591 commit 7933e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class EasyTabAccordion{

// only open when is currently closing
if(isStrict && panel.active){
console.warn(`openPanel(${panelId}) does not run as the panel is already opened!`);
log(this, 'warn', `openPanel(${panelId}) does not run as the panel is already opened!`);
return;
}

Expand Down
3 changes: 0 additions & 3 deletions src/configs.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import {uniqueId} from './utils'

/**
* Classes
* */
export const CLASSES = {
enabled: 'easy-tab-accordion-enabled',
active: 'active',
hasAssignedTriggerEvent: 'assigned-trigger-event',
};
/**
Expand Down

0 comments on commit 7933e15

Please sign in to comment.