Skip to content

Commit 8b7fce8

Browse files
authored
reorder classnames
1 parent c953308 commit 8b7fce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/rating.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`
3434

3535
const CLASS_NAME_ACTIVE = 'active'
3636
const CLASS_NAME_DISABLED = 'disabled'
37-
const CLASS_NAME_READONLY = 'readonly'
3837
const CLASS_NAME_RATING = 'rating'
3938
const CLASS_NAME_RATING_ITEM = 'rating-item'
4039
const CLASS_NAME_RATING_ITEM_ICON = 'rating-item-icon'
4140
const CLASS_NAME_RATING_ITEM_CUSTOM_ICON = 'rating-item-custom-icon'
4241
const CLASS_NAME_RATING_ITEM_CUSTOM_ICON_ACTIVE = 'rating-item-custom-icon-active'
4342
const CLASS_NAME_RATING_ITEM_INPUT = 'rating-item-input'
4443
const CLASS_NAME_RATING_ITEM_LABEL = 'rating-item-label'
44+
const CLASS_NAME_READONLY = 'readonly'
4545

4646
const SELECTOR_DATA_TOGGLE = '[data-coreui-toggle="rating"]'
4747
const SELECTOR_RATING_ITEM_INPUT = '.rating-item-input'

0 commit comments

Comments
 (0)