projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c0aebee2b9e5343cb8c55b4d59d36452905879bc
[platform/framework/web/crosswalk-tizen.git]
/
1
define(['./make_', '../array/some', '../object/some'], function (make, arrSome, objSome) {
2
3
/**
4
*/
5
return make(arrSome, objSome);
6
7
});