projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0befb06365e92e69cf743e2ba91b2e058fdab977
[platform/framework/web/crosswalk-tizen.git]
/
1
define(['./isKind'], function (isKind) {
2
/**
3
*/
4
function isObject(val) {
5
return isKind(val, 'Object');
6
}
7
return isObject;
8
});