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