4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
(function (obj) {
|
|
return obj;
|
|
})(OBJECT)
|
(function (obj) {
|
|
return obj;
|
|
})(OBJECT)
|