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:
parent
ad077babc4
commit
bc597e2b61
@ -649,5 +649,7 @@ mjs_window_init(js_State *J)
|
|||||||
}
|
}
|
||||||
js_defglobal(J, "window", 0);
|
js_defglobal(J, "window", 0);
|
||||||
|
|
||||||
|
js_dostring(J, "Date.prototype.toGMTString = Date.prototype.toUTCString;");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user