We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e1ea7 commit 018680eCopy full SHA for 018680e
codepointat.js
@@ -1,3 +1,4 @@
1
+/*! http://mths.be/codepointat v0.1.0 by @mathias */
2
if (!String.prototype.codePointAt) {
3
String.prototype.codePointAt = function(position) {
4
var string = String(this);
0 commit comments