Browse Source

Merge pull request #218 in ~GUY/fineui from ~YOUNG/fineuig:master to master

* commit 'c9bd782a41f8d86ae50d5657caf4b650baaed058':
  去逗号
es6
Young 7 years ago
parent
commit
cca093cc64
  1. 4
      bi/core.js
  2. 4
      dist/bundle.js
  3. 4
      dist/core.js
  4. 2
      src/core/func/function.js
  5. 2
      src/data/pool/pool.buffer.js

4
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];
},
}
};
})();/**
* 共享池

4
dist/bundle.js vendored

@ -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];
},
}
};
})();/**
* 共享池

4
dist/core.js vendored

@ -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];
},
}
};
})();/**
* 共享池

2
src/core/func/function.js

@ -68,7 +68,7 @@ BI.extend(BI.Func, {
matched: matched,
finded: finded
}
},
}
});
/**

2
src/data/pool/pool.buffer.js

@ -17,6 +17,6 @@
get: function (name) {
return Buffer[name];
},
}
};
})();
Loading…
Cancel
Save