]> gerrit.simantics Code Review - simantics/district.git/blob - replace/shim.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / replace / shim.js
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t.call(/foo/, 'foobar', 'mar'), 'marbar');
5 };