projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8690d1e82179aa28f283bdd498a3ed6255208d63
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
var o = { raz: 1, dwa: 2, trzy: 3 }
5
, o2 = {};
6
a(t(o, function (value, name) {
7
o2[name] = value;
8
}), undefined, "Return");
9
a.deep(o2, o);
10
};