diff --git a/polymer-collapse.html b/polymer-collapse.html
index 171d17a..5600145 100644
--- a/polymer-collapse.html
+++ b/polymer-collapse.html
@@ -97,7 +97,6 @@
size: null,
attached: function() {
this.installControllerStyles();
- this.inDocument = true;
this.async(function() {
this.afterInitialUpdate = true;
});
@@ -188,7 +187,7 @@
}
},
update: function() {
- if (!this.target || !this.inDocument) {
+ if (!this.target) {
return;
}
if (!this.isTargetReady) {