]> gerrit.simantics Code Review - simantics/district.git/blob - implement.js
1e7a37bd4d34ef0e471de05ef155502b5ed0abd4
[simantics/district.git] / implement.js
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4         Object.defineProperty(String.prototype, 'codePointAt',
5                 { value: require('./shim'), configurable: true, enumerable: false,
6                         writable: true });
7 }