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