Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/konva/lib/Group.js

    rd565449 r0c6b92a  
    77class Group extends Container_1.Container {
    88    _validateAdd(child) {
    9         var type = child.getType();
     9        const type = child.getType();
    1010        if (type !== 'Group' && type !== 'Shape') {
    1111            Util_1.Util.throw('You may only add groups and shapes to groups.');
Note: See TracChangeset for help on using the changeset viewer.