process: function()

in toolkit/jb/toolkit.js [467:475]


    process: function(inlets) {
        if (!inlets.points) return;
        return {
            'drawable': {
                'conf': inlets,
                'func': drawBackEdgesSquares
            }
        }
    }