summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readmore-vanilla.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/readmore-vanilla.js b/readmore-vanilla.js
index c62b3a3..35e2383 100644
--- a/readmore-vanilla.js
+++ b/readmore-vanilla.js
@@ -205,7 +205,6 @@
function Readmore(selector, options) {
if (!isEnvironmentSupported) return;
- this.elements = [];
this.options = extend({}, defaults, options);
this.options.selector = selector;
@@ -252,8 +251,6 @@
this.options.blockProcessed(element, true);
}
}
-
- this.elements.push(element);
}, this);
}