browser-support: Add codepointat polyfill to `common` entry point.

Adds string.prototype.codepointat which was added as a polyfill
earlier to the project but was not added to `common` entry point.
This commit is contained in:
Shubham Padia 2018-04-10 00:09:48 +05:30 committed by Tim Abbott
parent b906562f22
commit 57a494f94d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
],
"common": [
"string.prototype.startswith",
"string.prototype.codepointat",
"./node_modules/jquery/dist/jquery.js",
"./node_modules/underscore/underscore.js",
"./static/js/blueslip.js",