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