-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
export { assign as assignStyle } from './style'; | ||
export { default as attr } from './attr'; | ||
export { default as classes } from './classes'; | ||
export { default as clear } from './clear'; | ||
export { default as closest } from './closest'; | ||
export { default as delegate } from './delegate'; | ||
export { default as domify } from './domify'; | ||
export { default as event } from './event'; | ||
export { default as matches } from './matches'; | ||
export { assign as assignStyle } from './style.js'; | ||
export { default as attr } from './attr.js'; | ||
export { default as classes } from './classes.js'; | ||
export { default as clear } from './clear.js'; | ||
export { default as closest } from './closest.js'; | ||
export { default as delegate } from './delegate.js'; | ||
export { default as domify } from './domify.js'; | ||
export { default as event } from './event.js'; | ||
export { default as matches } from './matches.js'; | ||
export { | ||
default as query, | ||
all as queryAll | ||
} from './query'; | ||
export { default as remove } from './remove'; | ||
} from './query.js'; | ||
export { default as remove } from './remove.js'; |