Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
ensure unresolved attribute is removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Feb 5, 2014
1 parent abac5f0 commit 3d51a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
this.parseDeclarations(this.__proto__);
// decrement semaphore
preparingElements--;
// TODO(sorvell): CE polyfill uses unresolved attribute to simulate
// :unresolved; remove this attribute to be compatible with native
// CE.
this.removeAttribute('unresolved');
// user entry point
this.ready();
},
Expand Down

0 comments on commit 3d51a61

Please sign in to comment.