1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[mujs] Alias Date.prototype.toGMTString -> Date.prototype.toUTCString

This commit is contained in:
Witold Filipczyk 2023-10-18 16:33:14 +02:00
parent ad077babc4
commit bc597e2b61

View File

@ -649,5 +649,7 @@ mjs_window_init(js_State *J)
}
js_defglobal(J, "window", 0);
js_dostring(J, "Date.prototype.toGMTString = Date.prototype.toUTCString;");
return 0;
}