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