Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/klona/lite/index.mjs

    r59329aa re29cc2e  
    88                        tmp = new x.constructor();
    99                        for (k in x) {
    10                                 if (tmp.hasOwnProperty(k) && tmp[k] !== x[k]) {
     10                                if (x.hasOwnProperty(k) && tmp[k] !== x[k]) {
    1111                                        tmp[k] = klona(x[k]);
    1212                                }
Note: See TracChangeset for help on using the changeset viewer.