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