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