Added reference

This commit is contained in:
Sam Potts 2016-01-19 09:35:10 +11:00
parent a87e87f93c
commit 70c5b24678

View File

@ -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 };