diff --git a/bi/core.js b/bi/core.js index ce4fe3d30..196c75e70 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 a015bab8c..c54bc8911 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 f70e9f4b5..3e7be3243 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 aa331d1a6..f58fc6f9e 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 357adaed4..0dc70a243 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