fix line endings for gradio.js

This commit is contained in:
AUTOMATIC1111 2024-03-02 08:48:34 +03:00
parent b63dda3f45
commit c167861d91

View File

@ -1,5 +1,7 @@
// added to fix a weird error in gradio 4.19 at page load // added to fix a weird error in gradio 4.19 at page load
Object.defineProperty(Array.prototype, 'toLowerCase', { Object.defineProperty(Array.prototype, 'toLowerCase', {
value: function() { return this; } value: function() {
}); return this;
}
});