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

Commit

Permalink
fix typo in polyfill optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 4, 2014
1 parent ab963cf commit 406e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declaration/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

var customElementsPolyfill = !CustomElements.useNative;

if (!customElementsPolyfill) {
if (customElementsPolyfill) {
document.addEventListener('WebComponentsReady', function() {
CustomElements.ready = false;
});
Expand Down

0 comments on commit 406e31c

Please sign in to comment.