projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d021da457e391474d40a4ea04a98d131824e606c
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var filter = require('./filter');
4
5
module.exports = function (obj) {
6
return filter(obj, function (val) { return val != null; });
7
};