projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
681f9414c9ffe451d850ba2ac66621b08b10446b
[platform/framework/web/crosswalk-tizen.git]
/
1
define(['./make_', '../array/find', '../object/find'], function(make, arrFind, objFind) {
2
3
/**
4
* Find value that returns true on iterator check.
5
*/
6
return make(arrFind, objFind);
7
8
});