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