Added reference
This commit is contained in:
parent
a87e87f93c
commit
70c5b24678
@ -2680,7 +2680,7 @@
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
// Custom event polyfill
|
// Custom event polyfill
|
||||||
//
|
// https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent
|
||||||
(function () {
|
(function () {
|
||||||
function CustomEvent (event, params) {
|
function CustomEvent (event, params) {
|
||||||
params = params || { bubbles: false, cancelable: false, detail: undefined };
|
params = params || { bubbles: false, cancelable: false, detail: undefined };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user