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