Sign in
cobalt
/
cobalt.git
/
ecd0a9050be22614b8a32d770fda4268c0191626
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
fp
/
over.js
blob: 01eba7b9847805058e0b4c1a3a094110832e2929 [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'over'
,
require
(
'../over'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;