beautify_js
This commit is contained in:
parent
0febe4f5fd
commit
5c2f32e184
208 changed files with 3891 additions and 1474 deletions
|
@ -25,11 +25,11 @@ function CustomSelect(options) {
|
|||
elem.querySelector('.title').innerHTML = title;
|
||||
|
||||
var widgetEvent = new CustomEvent('select', {
|
||||
bubbles: true,
|
||||
bubbles: true,
|
||||
detail: {
|
||||
title: title,
|
||||
value: value
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
elem.dispatchEvent(widgetEvent);
|
||||
|
@ -53,4 +53,4 @@ function CustomSelect(options) {
|
|||
isOpen = false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue