Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
tweak unbinding; remove removeAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 8, 2014
1 parent 1c19472 commit 20a4c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/x-designable/x-designable.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
}
} else {
this.unbindElementProperty(target, name);
target.removeAttribute(name);
}
if (path) {
target.bind(name, new PathObserver(this.designHost.model, path));
Expand All @@ -228,6 +227,7 @@
if (target.bindings_ && target.bindings_[name]) {
target.bindings_[name].close();
target.bindings_[name] = null;
//target.removeAttribute(name);
}
},

Expand Down

0 comments on commit 20a4c2a

Please sign in to comment.