projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5f5ad45d46dda97cc2ae37932e0dacf25d06352d
[platform/framework/web/crosswalk-tizen.git]
/
1
module.exports = Array.isArray || function (arr) {
2
return Object.prototype.toString.call(arr) == '[object Array]';
3
};