Skip to content

Commit b6595eb

Browse files
committed
Change arrow function to an IE11 compatible function
1 parent 07a41fe commit b6595eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Symfony/Bundle/Resources/public/init-swagger-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
window.onload = () => {
3+
window.onload = function() {
44
manageWebbyDisplay();
55

66
new MutationObserver(function (mutations, self) {

0 commit comments

Comments
 (0)