From 0844858d23b5a0d695ad719a650e755cc21a235c Mon Sep 17 00:00:00 2001 From: fab Date: Mon, 21 Jan 2019 20:17:56 +0000 Subject: fixes for review 1 --- lib/js/urweb.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/js/urweb.js b/lib/js/urweb.js index 6b493c4f..357e4c1c 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -7,6 +7,7 @@ function needsDynPrefix() { return scripts.length == 0; } +// Codepoint implementations brought from https://norbertlindenberg.com/2012/05/ecmascript-supplementary-characters/#String if (!String.fromCodePoint) { String.fromCodePoint = function () { var chars = [], i; -- cgit v1.2.3