diff options
author | fab <fabrice.leal.ch@gmail.com> | 2019-01-21 20:17:56 +0000 |
---|---|---|
committer | fab <fabrice.leal.ch@gmail.com> | 2019-01-21 20:17:56 +0000 |
commit | 0844858d23b5a0d695ad719a650e755cc21a235c (patch) | |
tree | 7759fcabbf8aad31aa51a42f09b12bbe359a9929 /lib/js | |
parent | 1448db1b509db4a897a5fb11a8d35ec643d82b50 (diff) |
fixes for review 1
Diffstat (limited to 'lib/js')
-rw-r--r-- | lib/js/urweb.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |