This website requires JavaScript.
Explore
Help
Sign In
GreenPolyProducts
/
polymer
Watch
5
Star
0
Fork
0
You've already forked polymer
mirror of
https://github.com/Polymer/polymer.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd19ae3df40a3140fcdb12c7d9cb6ecbeb72dcf5
polymer
/
test
History
Kevin Schaaf
46a6d2410f
Avoid baseURI due to IE11 lack of support.
2017-02-01 17:53:05 -08:00
..
smoke
Expose
Polymer.mixinBehaviors(behaviors, superClass)
. Allows a 1.x style behavior (or set of them) to be applied to be applied to a Polymer 2.x class declaration (wip, needs tests)
2016-12-21 17:30:27 -08:00
unit
Avoid baseURI due to IE11 lack of support.
2017-02-01 17:53:05 -08:00
.eslintignore
First commit.
2016-02-16 11:43:39 -08:00
.eslintrc.json
fix lint errors
2016-09-09 15:09:26 -07:00
runner.html
[Polymer.Element]: Do not rely on
hostStack
being empty in order to call
updateStyles
. Since
updateStyles
will not recurse into descendants on first call, it must be called when an element is connected. This change is necessary since the
hostStack
is no longer always empty when using custom-elements polyfill.
2017-02-01 13:05:53 -08:00