view src/app/query-step.js @ 61:6adf95d9a190 webpack

fix missing resultInfo. add column template for WITNESS.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 24 Apr 2017 19:39:25 +0200
parents 3b4046e0cc02
children
line wrap: on
line source

"use strict";
var QueryStep = (function () {
    function QueryStep(mode, params) {
        this.mode = mode;
        this.params = params;
    }
    return QueryStep;
}());
exports.QueryStep = QueryStep;
//# sourceMappingURL=query-step.js.map