zimjs 17.2.1 → 17.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/zim.js +0 -1
package/package.json
CHANGED
package/src/zim.js
CHANGED
|
@@ -27649,7 +27649,6 @@ added, click, dblclick, mousedown, mouseout, mouseover, pressdown (ZIM), pressmo
|
|
|
27649
27649
|
if (replace) that.contentContainer.removeAllChildren();
|
|
27650
27650
|
if (center) obj.center(that.contentContainer, index);
|
|
27651
27651
|
else obj.addTo(that.contentContainer, index);
|
|
27652
|
-
addHTML(that.contentContainer);
|
|
27653
27652
|
return that;
|
|
27654
27653
|
}
|
|
27655
27654
|
|