Skip to content

Commit 36065fe

Browse files
Export the native function when available
1 parent aa59dce commit 36065fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var implementation = require('./implementation');
99
var getPolyfill = require('./polyfill');
1010
var shim = require('./shim');
1111

12-
var boundCodePointAt = callBind(implementation);
12+
var boundCodePointAt = callBind(getPolyfill());
1313

1414
define(boundCodePointAt, {
1515
getPolyfill: getPolyfill,

0 commit comments

Comments
 (0)