secure-scuttlebot classic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 235 B view raw
1 2//this is just an UGLY HACK, because depject does not 3//support recursion... 4 5//used by tabs and split views 6 7var sv = require('../plugs').first(exports.screen_view = []) 8exports._screen_view = function (value) { 9 return sv(value) 10}