git ssb

16+

Dominic / patchbay



Tree: abd49a5d6c84f499180e6bdbb52e5188d42df75e

Files: abd49a5d6c84f499180e6bdbb52e5188d42df75e / modules_core / _screen_view.js

235 bytesRaw
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}
11

Built with git-ssb-web