@@ -1,6 +1,6 @@
{
"name": "@ex-helpers/element",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Several element wrapper helpers",
"scripts": {
"build": "exb",
@@ -65,7 +65,8 @@ const DEFAULT_OPTIONS = {
};
const item = this._watchSizeCollection.add({
callback,
- startCountdown
+ startCountdown,
+ triggerCheck
});
if (MutationObserver && params.legacy === false) {
const observer = new MutationObserver(mutations => {