Skip to content

Commit

Permalink
FxDOM.remove 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
daengdaengLee committed Aug 20, 2020
1 parent bc0ab88 commit cd200c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fxsvg.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
$on,
$qs,
$qsa,
$remove,
$show,
$trigger,
} from "fxdom";
Expand Down Expand Up @@ -69,6 +70,7 @@ export const FxSVG = {
on: $on,
qs: $qs,
qsa: $qsa,
remove: $remove,
show: $show,
trigger: $trigger,

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export {
$on as $$on,
$qs as $$qs,
$qsa as $$qsa,
$remove as $$remove,
$show as $$show,
$trigger as $$trigger,
} from "fxdom";
Expand Down

0 comments on commit cd200c0

Please sign in to comment.