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