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