// // Job Engine & Task... // jet.js // // Created by Sam Gateau, 2018/03/28 // Copyright 2018 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // "use strict"; /*function Jet() { }; Jet.prototype = { // traverse task tree task_traverse: function(root, functor, depth) { var subs = root.findChildren(/.*//*) depth++; for (var i = 0; i