]> gerrit.simantics Code Review - simantics/district.git/blob - es5-ext/function/constant.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / es5-ext / function / constant.js
1 'use strict';
2
3 module.exports = function (x) {
4         return function () { return x; };
5 };