The Image component has the following code which did not make a lot of sense to 
me considering it’s JS-only:

            model = new
                ImageModel();
            
            addBead(new
                ImageView());

When trying to figure this out, we realized that this should be instantiated in 
UIBase in a more generic fashion. Are we correct in assuming that this is 
legacy code and should be removed?

Harbs

Reply via email to