mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
// for a legacy code and future fixes
|
|
module.exports = function () {
|
|
return Function.call.apply(Array.prototype.concat, arguments);
|
|
};
|