projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f0c239a6e3afe4b952af7b3e71ebebf68af3d394
[platform/framework/web/crosswalk-tizen.git]
/
1
define(['./make_', '../array/min', '../object/min'], function (make, arrMin, objMin) {
2
3
/**
4
* Get minimum value inside collection.
5
*/
6
return make(arrMin, objMin);
7
8
});