babel/lib/6to5/templates/function-return-obj.js
2014-09-29 03:43:37 +10:00

4 lines
43 B
JavaScript

(function (obj) {
return obj;
})(OBJECT)