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