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