1+ /**
2+ @license
3+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7+ Code distributed by Google as part of the polymer project is also
8+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9+ */
10+
111const $_documentContainer = document . createElement ( 'div' ) ;
212$_documentContainer . setAttribute ( 'style' , 'display: none;' ) ;
313
@@ -7,8 +17,8 @@ $_documentContainer.innerHTML = `<dom-module id="shared-styles">
717 border: 4px solid tomato;
818 }
919 </style>
10-
11-
20+
21+
1222 <template>
1323 <style>
1424 #three {
@@ -19,19 +29,3 @@ $_documentContainer.innerHTML = `<dom-module id="shared-styles">
1929</dom-module>` ;
2030
2131document . head . appendChild ( $_documentContainer ) ;
22-
23- /**
24- @license
25- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
26- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
27- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
28- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
29- Code distributed by Google as part of the polymer project is also
30- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
31- */
32- /*
33- FIXME(polymer-modulizer): the above comments were extracted
34- from HTML and may be out of place here. Review them and
35- then delete this comment!
36- */
37- ;
0 commit comments