-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from PolymerLabs/ensure-init
Ensure init
- Loading branch information
Showing
30 changed files
with
1,493 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<link rel="import" href="src/compat/polymer-fn.html"> | ||
<link rel="import" href="src/compat/base.html"> | ||
<link rel="import" href="src/compat/dom-module.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<link rel="import" href="src/compat/custom-style.html"> | ||
<link rel="import" href="src/templatizer/dom-bind.html"> | ||
<link rel="import" href="src/templatizer/dom-repeat.html"> | ||
<link rel="import" href="src/templatizer/dom-if.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<link rel="import" href="src/compat/polymer-fn.html"> | ||
<link rel="import" href="src/compat/base.html"> | ||
<link rel="import" href="src/compat/dom-module.html"> | ||
<link rel="import" href="src/compat/custom-style.html"> | ||
|
||
<link rel="import" href="src/templatizer/dom-bind.html"> | ||
<link rel="import" href="src/templatizer/dom-repeat.html"> | ||
<link rel="import" href="src/templatizer/dom-if.html"> | ||
<link rel="import" href="polymer-core.html"> | ||
<!-- BREAKME(kschaaf): Remove and make opt-in, eventually --> | ||
<!-- <link rel="import" href="src/shady/shady.html"> --> | ||
<!-- BREAKME(kschaaf): For now, this is for BC; eventually we want to | ||
remove this and require users to import the elements they need --> | ||
<link rel="import" href="polymer-elements.html"> |
Oops, something went wrong.