diff --git a/bi/core.js b/bi/core.js index ce4fe3d303..196c75e706 100644 --- a/bi/core.js +++ b/bi/core.js @@ -19913,7 +19913,7 @@ BI.extend(BI.Func, { matched: matched, finded: finded } - }, + } }); /** @@ -25702,7 +25702,7 @@ Data.Constant = BI.Constant = BICst = {}; get: function (name) { return Buffer[name]; - }, + } }; })();/** * 共享池 diff --git a/dist/bundle.js b/dist/bundle.js index a015bab8cb..c54bc89114 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -19913,7 +19913,7 @@ BI.extend(BI.Func, { matched: matched, finded: finded } - }, + } }); /** @@ -25702,7 +25702,7 @@ Data.Constant = BI.Constant = BICst = {}; get: function (name) { return Buffer[name]; - }, + } }; })();/** * 共享池 diff --git a/dist/core.js b/dist/core.js index f70e9f4b52..3e7be32431 100644 --- a/dist/core.js +++ b/dist/core.js @@ -19913,7 +19913,7 @@ BI.extend(BI.Func, { matched: matched, finded: finded } - }, + } }); /** @@ -25702,7 +25702,7 @@ Data.Constant = BI.Constant = BICst = {}; get: function (name) { return Buffer[name]; - }, + } }; })();/** * 共享池 diff --git a/src/core/func/function.js b/src/core/func/function.js index aa331d1a64..f58fc6f9e1 100644 --- a/src/core/func/function.js +++ b/src/core/func/function.js @@ -68,7 +68,7 @@ BI.extend(BI.Func, { matched: matched, finded: finded } - }, + } }); /** diff --git a/src/data/pool/pool.buffer.js b/src/data/pool/pool.buffer.js index 357adaed4b..0dc70a2437 100644 --- a/src/data/pool/pool.buffer.js +++ b/src/data/pool/pool.buffer.js @@ -17,6 +17,6 @@ get: function (name) { return Buffer[name]; - }, + } }; })(); \ No newline at end of file