Skip to content

Commit 44f45d1

Browse files
authored
Merge pull request #2899 from chewett/2.4
Change arrow function to an IE11 compatible function
2 parents 1b15c27 + b6595eb commit 44f45d1

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)