Skip to content

Commit 018680e

Browse files
committed
Add header comment
1 parent 79e1ea7 commit 018680e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codepointat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! http://mths.be/codepointat v0.1.0 by @mathias */
12
if (!String.prototype.codePointAt) {
23
String.prototype.codePointAt = function(position) {
34
var string = String(this);

0 commit comments

Comments
 (0)