gitlab-org--gitlab-foss/app/assets/javascripts/behaviors/gl_emoji
Eric Eastwood 5e24ac8efa Remove spreadString in favor of polyfilled Array.from
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10120

We use this to split up astral symbols

```js
// ["🖐", "🏿"]
Array.from('🖐🏿');
```
2017-03-24 02:20:47 -05:00
..
is_emoji_name_valid.js Protect against unknown emojis in frequently used list 2017-03-16 17:22:21 -05:00
is_emoji_unicode_supported.js Remove spreadString in favor of polyfilled Array.from 2017-03-24 02:20:47 -05:00
unicode_support_map.js Update emojis to use harmony modules (import/export) 2017-03-08 11:27:14 -06:00