Hi there, in some versions of Safari for iOS, the following error occurs:
SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.
I believe this relates to this line:
|
const $button = $('<div>', settings.closeButtonOptions.attributes), |
Hi there, in some versions of Safari for iOS, the following error occurs:
SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.
I believe this relates to this line:
dialogs-manager/src/js/dialogs-manager.js
Line 297 in cb53ee6