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

Commit

Permalink
Merge pull request #50 from jerub/master
Browse files Browse the repository at this point in the history
Make boot-time shadow dom warning a log instead
  • Loading branch information
John Messerly committed Oct 1, 2014
2 parents 68ac2d7 + 085fd4c commit 8f15442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/boot.js
Expand Up @@ -46,7 +46,7 @@ window.logFlags = window.logFlags || {};
}

if (flags.shadow && document.querySelectorAll('script').length > 1) {
console.warn('platform.js is not the first script on the page. ' +
console.log('Warning: platform.js is not the first script on the page. ' +
'See http://www.polymer-project.org/docs/start/platform.html#setup ' +
'for details.');
}
Expand Down

0 comments on commit 8f15442

Please sign in to comment.