Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: variables.styl: remove unused Taskview prefixes #635

Merged
merged 1 commit into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/css/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
css-prefix = 'tui-full-calendar-'
// Dayname
dayname = css-prefix + 'dayname-'
// Taskview
milestone = css-prefix + 'milestone-'
taskview = css-prefix + 'task-'
// Allday
allday = css-prefix + 'allday-'

weekday = css-prefix + 'weekday-'
// DayGrid
daygrid = css-prefix + 'daygrid-'
Expand Down
2 changes: 1 addition & 1 deletion src/js/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
},

/**
* Set 'title' attribute for all element that has exceeded content in
* Set 'title' attribute for all elements that has exceeded content in
* container
* @param {string} selector - CSS selector {@see domutil#find}
* @param {HTMLElement} container - container element
Expand Down