diff --git a/javascript/gradio.js b/javascript/gradio.js index 0b1673a67..e68b98b04 100644 --- a/javascript/gradio.js +++ b/javascript/gradio.js @@ -1,5 +1,7 @@ - -// added to fix a weird error in gradio 4.19 at page load -Object.defineProperty(Array.prototype, 'toLowerCase', { - value: function() { return this; } -}); + +// added to fix a weird error in gradio 4.19 at page load +Object.defineProperty(Array.prototype, 'toLowerCase', { + value: function() { + return this; + } +});