版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

index.js 179 B

1234567
  1. export default (function (o, c) {
  2. var proto = c.prototype;
  3. proto.toArray = function () {
  4. return [this.$y, this.$M, this.$D, this.$H, this.$m, this.$s, this.$ms];
  5. };
  6. });