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

Commit

Permalink
Prefix message about not being first script with Warning:
Browse files Browse the repository at this point in the history
  • Loading branch information
jerub committed Oct 1, 2014
1 parent 19c2875 commit 085fd4c
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.log('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 085fd4c

Please sign in to comment.