projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
506e05eaa1d46c3a468baabd3e0de9d12e16af7f
[platform/framework/web/crosswalk-tizen.git]
/
1
define(function () {
2
/**
3
*/
4
function isNull(val){
5
return val === null;
6
}
7
return isNull;
8
});
9