Skip to content

Commit

Permalink
make shady load first
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 16, 2016
1 parent 4ad8f40 commit c88973e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions polymer-core.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!-- BREAKME(kschaaf): Remove and make opt-in, eventually -->
<link rel="import" href="src/shady/shady.html">

<!-- BREAKME(kschaaf): Remove and make opt-in, eventually? -->
<link rel="import" href="src/compat/polymer-fn.html">
<link rel="import" href="src/compat/class.html">

<link rel="import" href="src/elements/element.html">

<!-- BREAKME(kschaaf): Remove and make opt-in, eventually -->
<link rel="import" href="src/shady/shady.html">
<link rel="import" href="src/styling/style-lib.html">

<link rel="import" href="src/compat/dom-module.html">

0 comments on commit c88973e

Please sign in to comment.