Refactoring: Improved code layout.
This commit is contained in:
parent
7592843a5c
commit
b981d0fccd
1 changed files with 7 additions and 7 deletions
|
@ -16,14 +16,14 @@ class App.SearchableSelect extends Spine.Controller
|
||||||
'keyup .js-input': 'onKeyUp'
|
'keyup .js-input': 'onKeyUp'
|
||||||
|
|
||||||
elements:
|
elements:
|
||||||
'.js-dropdown': 'dropdown'
|
'.js-dropdown': 'dropdown'
|
||||||
'.js-option, .js-enter': 'optionItems'
|
'.js-option, .js-enter': 'optionItems'
|
||||||
'.js-input': 'input'
|
'.js-input': 'input'
|
||||||
'.js-shadow': 'shadowInput'
|
'.js-shadow': 'shadowInput'
|
||||||
'.js-optionsList': 'optionsList'
|
'.js-optionsList': 'optionsList'
|
||||||
'.js-optionsSubmenu': 'optionsSubmenu'
|
'.js-optionsSubmenu': 'optionsSubmenu'
|
||||||
'.js-autocomplete-invisible': 'invisiblePart'
|
'.js-autocomplete-invisible': 'invisiblePart'
|
||||||
'.js-autocomplete-visible': 'visiblePart'
|
'.js-autocomplete-visible': 'visiblePart'
|
||||||
|
|
||||||
className: 'searchableSelect dropdown dropdown--actions'
|
className: 'searchableSelect dropdown dropdown--actions'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue