Skip to content

Commit

Permalink
Minor tweak: use lower case name
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Jan 14, 2023
1 parent efee669 commit e8bf1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/iframemanager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/iframemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
const API_EVENT_SOURCE = 'api';
const CLICK_EVENT_SOURCE = 'click';
const DATA_ID_PLACEHOLDER = '{data-id}';
const ACCEPT_ACTION = 'ACCEPT';
const REJECT_ACTION = 'REJECT';
const ACCEPT_ACTION = 'accept';
const REJECT_ACTION = 'reject';

let

Expand Down

0 comments on commit e8bf1b0

Please sign in to comment.