git ssb

16+

Dominic / patchbay



Tree: 375795ecf500725ada990bcfcfeb3d2300a1578c

Files: 375795ecf500725ada990bcfcfeb3d2300a1578c / modules / _screen_view.js

203 bytesRaw
1
2//this is just an UGLY HACK, because depject does not
3//support recursion...
4
5var sv = require('../plugs').first(exports.screen_view = [])
6exports._screen_view = function (value) {
7 return sv(value)
8}
9

Built with git-ssb-web