]> gerrit.simantics Code Review - simantics/district.git/blob - set-prototype-of/implement.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / set-prototype-of / implement.js
1 'use strict';
2
3 var shim;
4
5 if (!require('./is-implemented')() && (shim = require('./shim'))) {
6         Object.defineProperty(Object, 'setPrototypeOf',
7                 { value: shim, configurable: true, enumerable: false, writable: true });
8 }