Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 2.0-preview to master #4372

Merged
merged 1,106 commits into from
Mar 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1106 commits
Select commit Hold shift + click to select a range
fecb209
Reset the `active` state once the callback runs
Feb 12, 2017
12a4bcd
Merge pull request #4291 from Polymer/2.0-dom-module-assetpath
kevinpschaaf Feb 13, 2017
de886b7
use super-separated api
dfreedm Feb 13, 2017
3a54163
Merge branch '2.0-preview' into 2.0-styling-fallbacks
dfreedm Feb 13, 2017
8da3c9b
ShadyCSS -> ScopingShim
dfreedm Feb 13, 2017
d6e9e8a
Merge pull request #4308 from Polymer/2.0-preview-debouncer-flush
Feb 13, 2017
956c0a8
Fold Polymer.Attributes into Polymer.PropertyAccessors
Feb 13, 2017
1b66eb6
finish renaming ShadyCSS, use ElementStyleInterface directly
dfreedm Feb 13, 2017
78efff6
use closurific webcomponents branch for now
dfreedm Feb 14, 2017
2df9370
fix eslint config for ScopingShim
dfreedm Feb 14, 2017
4153d28
Reorganization!
Feb 14, 2017
12dd377
collapse mixins:
Feb 14, 2017
77f4e9c
Fix logging test.
Feb 14, 2017
cb2d6a8
remove superfluous doctype's
Feb 14, 2017
11c0900
rename:
Feb 14, 2017
5d7363a
Avoid defining elements inside mixins.
Feb 14, 2017
532ae1d
rename tests:
Feb 14, 2017
d8d3949
property-effects: move initialization from constructor to _initialize…
Feb 14, 2017
da2ee66
array-selector: depend on `polymer-element` not `element-mixin`
Feb 14, 2017
8f8ad69
lint fix.
Feb 14, 2017
c7dc0fe
Fix DomModule.assetpath so that it's always relative to the dom-modul…
Feb 15, 2017
eb3f26c
Add `_initializeProtoProperties` as an override in PropertyAccessrs, …
Feb 15, 2017
2c9954f
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 15, 2017
2a6c21c
slight cleanup
Feb 15, 2017
db87099
Add basic tests for property-accessors.
Feb 15, 2017
7e26385
`template-stamp` now sets `_templateNodes` and `_templateNotes` and n…
Feb 16, 2017
1ace352
Remove `_asyncEffects` flag. Supported via overriding `_invalidatePro…
Feb 16, 2017
b163f32
ShadyCSS is back
dfreedm Feb 15, 2017
28687fe
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
f51fb4d
Eliminate `currentTemplate`. Pull out `wrapTemplateExtension` and com…
kevinpschaaf Feb 16, 2017
6ef8b32
Have boot create Polymer() fn, and polymer-fn install _polymerFn call…
kevinpschaaf Feb 16, 2017
cf745af
Remove cruft, TODO's, BREAKME's, etc.
kevinpschaaf Feb 16, 2017
a36d50b
Unskip some tests.
kevinpschaaf Feb 16, 2017
9afa6f0
Remove crufty TODO's.
kevinpschaaf Feb 16, 2017
2bdca24
Remove `extends` support.
kevinpschaaf Feb 16, 2017
b1f169a
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
38f53fc
rely on ShadyCSS for apply shim and custom style interface
dfreedm Feb 16, 2017
672f099
privatize DomModule's `styleOutsideTemplateCheck` method
Feb 16, 2017
44c297b
element-mixin: privatize most "finalization" methods. Authors can imp…
Feb 16, 2017
1563f6f
Add docs for protected methods.
Feb 16, 2017
22920c3
privatize methods.
Feb 16, 2017
7f00f42
For bc, rename async-render to render-status.
Feb 16, 2017
68b1326
Add render-status tests and doc.
Feb 16, 2017
93056ca
Fix tests that relied on RenderStatus/AsyncRender
Feb 16, 2017
31a0290
privatize.
Feb 16, 2017
350db73
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
32e4676
fix lint errors
dfreedm Feb 16, 2017
350aedc
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
dd0d0d8
Revert "fix lint errors"
dfreedm Feb 16, 2017
076f712
rename branches, fix broken element-mixin merge conflict
dfreedm Feb 16, 2017
5e41438
Use fast array copy.
kevinpschaaf Feb 16, 2017
c8aecb8
Remove crufty TODO's.
kevinpschaaf Feb 16, 2017
0f1a439
Fix lint warnings.
kevinpschaaf Feb 16, 2017
1d268de
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
ebf2a8d
Fix behaviors test x-browser. Do no rely on `Polymer` before `HTMLImp…
Feb 16, 2017
ae1b179
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
4ded521
Privatize properties in return value of Polymer.dom().observeNodes wh…
Feb 16, 2017
88c950e
Eliminated unnecessary methods in Polymer.Utils by privatizing and mo…
Feb 16, 2017
627e1df
do not capture ShadyCSS, it may load later
dfreedm Feb 16, 2017
21841de
privatize
Feb 16, 2017
a3c007c
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
58dcbc9
privatize and fix lint errors.
Feb 16, 2017
c3faee9
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
dfreedm Feb 16, 2017
2832288
element-mixin:
Feb 17, 2017
f311c2e
Merge branch '2.0-scrub' into 2.0-styling-fallbacks
Feb 17, 2017
52bec6d
move polymer.element with @apply to unit test
dfreedm Feb 17, 2017
d9befb6
test fixes.
Feb 17, 2017
d28dba6
test polymer.element class with no wrapper dom-module
dfreedm Feb 17, 2017
67ecf18
fix event tests
Feb 17, 2017
534411f
Match 1.x dynamic function rules.
kevinpschaaf Feb 17, 2017
626c642
Fix test.
Feb 17, 2017
1e8f7dc
fix skipped tests
Feb 17, 2017
7db908e
Re-add effect ordering test and document change.
kevinpschaaf Feb 17, 2017
7b0737b
Clarify readme comment.
kevinpschaaf Feb 17, 2017
38a1ee5
Cleanup reads.
kevinpschaaf Feb 17, 2017
245bce2
More cleanup.
kevinpschaaf Feb 17, 2017
eb1b9b1
Remove unconditional computed binding note.
kevinpschaaf Feb 17, 2017
3120d30
Clarify undefined rule changes
kevinpschaaf Feb 17, 2017
09386a4
test tweaks.
Feb 18, 2017
525ec53
Fix test on chrome.
Feb 18, 2017
e0c6352
use arrow function instead of bind
dfreedm Feb 18, 2017
2551df5
Re-add `lazyRegister` note
kevinpschaaf Feb 18, 2017
ae5c480
Use config.properties instead of all props where possible
kevinpschaaf Feb 18, 2017
872ad27
Add mixin-behaviors test
kevinpschaaf Feb 18, 2017
60eb164
Rename:
Feb 18, 2017
96b1b16
only call getter for template once
dfreedm Feb 18, 2017
4fab95f
fix `_logf`
Feb 18, 2017
8d75939
Renme src/lib => src/utils
Feb 18, 2017
b632e16
Add _templateStamp API doc
kevinpschaaf Feb 18, 2017
60b5ede
Fix test on html-imports polyfill.
Feb 18, 2017
c5f5639
Merge pull request #4312 from Polymer/2.0-scrub
Feb 18, 2017
2ff6358
Merge branch '2.0-preview' into 2.0-styling-fallbacks
Feb 18, 2017
6d1d50a
update dependencies
Feb 18, 2017
78b23c1
use correct webcomponentsjs dependency.
Feb 18, 2017
f6e893f
Merge pull request #4297 from Polymer/2.0-styling-fallbacks
Feb 18, 2017
a8847c8
Test fixes: remove use of private ScopingShim properties
Feb 21, 2017
dff8861
Test fixes: imperative custom-style's.
Feb 21, 2017
dc5f2af
For 1.x hybrid elements, re-expose some API that was hidden
dfreedm Feb 21, 2017
4e6febe
clean up crufty shadydom wrapping, unbreak firesTouchEvents check
dfreedm Feb 21, 2017
f55d947
* change `afterNextRender` to be api compatible with Polymer 1.x by c…
Feb 21, 2017
c85af35
lint fix.
Feb 21, 2017
616ed48
lint fix.
Feb 21, 2017
bc5f9f9
Merge pull request #4321 from Polymer/fix-gesture-compat-api
Feb 21, 2017
6c68aff
test fix: avoid async'ing test to address flakiness
Feb 22, 2017
d0191ba
Merge pull request #4322 from Polymer/2.0-test-fixes
Feb 22, 2017
b532d26
Merge pull request #4323 from Polymer/2.0-render-status-compat
Feb 22, 2017
ec9ba91
Eliminate several data system differences vs. 1.x
kevinpschaaf Feb 23, 2017
6102b8f
un-skip test
Feb 24, 2017
617e011
Delete irrelevant test. `Collection` is not supported in 2.x
Feb 24, 2017
3c5b6bb
Fixes #4315
Feb 24, 2017
d325a4a
Remove fromAbove in flush. Add shouldNotify in setPendingProperty.
kevinpschaaf Feb 24, 2017
9a81b32
Clear __notifyListeners when binding template. Fixes #4098.
kevinpschaaf Feb 24, 2017
796a5d5
For simplicity, replace `Polymer.ElementMixin's` static `config` prop…
Feb 24, 2017
a6969ed
Do not expose `Polymer.LegacyElement` to slightly discourage its use.
Feb 24, 2017
19c33fb
Minor fixes:
kevinpschaaf Feb 24, 2017
1c26f0b
Refactor slightly.
kevinpschaaf Feb 24, 2017
5c1b11f
Merge pull request #4331 from Polymer/2.x-data-improvements
kevinpschaaf Feb 24, 2017
38fa1f6
Remove limitation on dynamic custom-styles.
kevinpschaaf Feb 24, 2017
a281f3f
Merge branch '2.0-preview' into 2.0-preview-debouncer-classes
dfreedm Feb 24, 2017
368f836
Merge pull request #4330 from Polymer/2.0-fix-4315
kevinpschaaf Feb 24, 2017
820bb3e
Fix tests
dfreedm Feb 24, 2017
e40e333
Merge branch '2.0-preview' into 2.0-config
Feb 24, 2017
cf0d296
work around safari labeling all errors script error
dfreedm Feb 24, 2017
e2118aa
Update readme. config-->properties & observers. Describe template get…
kevinpschaaf Feb 24, 2017
f600b82
Polymer.Element
Feb 24, 2017
b7ed57d
Merge pull request #4332 from Polymer/2.0-config
kevinpschaaf Feb 24, 2017
aa87a7c
Merge pull request #4246 from dimon-durak/patch-1
kevinpschaaf Feb 24, 2017
af5eae7
Merge pull request #4306 from Polymer/2.0-preview-debouncer-classes
kevinpschaaf Feb 24, 2017
934d1ac
Fixes #4036 by explaining that users must call `flush` on return valu…
Feb 25, 2017
8c8793c
Fixes #4335. Exposes `Polymer.RenderStatus.flush`.
Feb 25, 2017
c677ad5
Fixes #3963. Adds test for `domHost`.
Feb 25, 2017
48298d6
Fixes #4336. Exposes `Polymer.FlattenedNodesObserver`.
Feb 25, 2017
29ea177
Fixes #4198. Adds legacy settings for polyfill status.
Feb 25, 2017
e07f9e1
test fixes
Feb 25, 2017
f20cc83
more test fixes.
Feb 25, 2017
340187b
Ensure dom is attached before observers execute.
Feb 25, 2017
1017cfe
Only add event.model for instances that introduce scoped instance pro…
kevinpschaaf Feb 27, 2017
fefa560
Treat `null` as a primitive for dirty-checking purposes. Fixes #4208
kevinpschaaf Feb 27, 2017
6027647
Use querySelector instead of getElementById
kevinpschaaf Feb 27, 2017
ae34824
flush without recursion
Feb 27, 2017
aab3a8f
Merge pull request #4340 from Polymer/4208-kschaaf-double-null
Feb 27, 2017
9ad58e3
Move CustomStyle constructor to Polymer.CustomStyle
dfreedm Feb 27, 2017
106b53c
Merge pull request #4337 from Polymer/2.0-issue-blitz
kevinpschaaf Feb 27, 2017
91457ef
Add `get() parentModel` and `parentModel` option; privatize `__templa…
kevinpschaaf Feb 27, 2017
c205c2d
Additional parentModel checks
kevinpschaaf Feb 27, 2017
990b8d9
Merge pull request #4342 from Polymer/2.0-move-customstyle
dfreedm Feb 27, 2017
c8fd3f6
Merge pull request #4339 from Polymer/4170-kschaaf-dom-if-model
Feb 27, 2017
f555412
Fixes #3837.
Feb 27, 2017
3dc5d81
update test-fixture dependency.
Feb 27, 2017
d194108
Merge branch '2.0-preview' into 2.0-connect-order
Feb 28, 2017
6170835
Add back deprecated Polymer.Gestures.add and Polymer.Gestures.remove
dfreedm Feb 28, 2017
c6589a1
fix test-fixture dependency
dfreedm Feb 28, 2017
208bae2
remove superfluous `ShadyDOM.patch`
Feb 28, 2017
0d06359
Merge pull request #4346 from Polymer/2.0-gestures-deprecated-api
dfreedm Feb 28, 2017
81ebd80
Only allow styles inside templates and inside `<link rel="import" typ…
Feb 28, 2017
a75bdda
Merge branch '2.0-preview' into 2.0-import-type-css
Feb 28, 2017
6c51b2a
update bower.
Feb 28, 2017
4943f86
style `dom-module`'s support only 1 template.
Feb 28, 2017
f79cdf0
Add back legacy touch-action direction mapping for setTouchAction
dfreedm Feb 28, 2017
9f11bc6
add test
dfreedm Feb 28, 2017
caa5fb9
Merge pull request #4344 from Polymer/2.0-import-type-css
Feb 28, 2017
25f5a55
Merge pull request #4347 from Polymer/2.0-direction-map
Feb 28, 2017
cef405c
Merge branch '2.0-preview' into 2.0-connect-order
Feb 28, 2017
b9f5b4c
Add @polymerMixin and @memberof annotations. Misc doc cleanup.
kevinpschaaf Feb 22, 2017
290596a
Add @namespace annotations & "TODOC" todo's
kevinpschaaf Feb 22, 2017
8b2ef27
API docs for dom-module.
kevinpschaaf Feb 24, 2017
3f0a197
API docs for class & polymer-fn
kevinpschaaf Feb 24, 2017
1c29973
API docs for templatizer-behavior
kevinpschaaf Feb 24, 2017
c4122e4
API docs for property-accessors
kevinpschaaf Feb 24, 2017
9974f5c
API docs for property-effects
kevinpschaaf Feb 24, 2017
5602cfd
API docs for array-splice
kevinpschaaf Feb 24, 2017
2df8957
API docs for async
kevinpschaaf Feb 24, 2017
a10d466
Add type definitions for Polymer.Element
dfreedm Feb 28, 2017
23371c7
Remove use of block instead of iffy.
kevinpschaaf Feb 28, 2017
0cd7704
Remove use of block instead of iffe.
kevinpschaaf Feb 28, 2017
f4691e2
Add @summary to all @namespaces and more API docs.
kevinpschaaf Feb 28, 2017
722790b
Add mixin @summary's and more API docs.
kevinpschaaf Feb 28, 2017
9835984
adds `_readyClients` as an override point.
Feb 28, 2017
155e3ff
move src -> lib
dfreedm Feb 28, 2017
08cec5e
Fix tag in test.
Feb 28, 2017
05a84da
Update `resolveUrl` to take an optional base argument.
Feb 28, 2017
54c5993
[ci skip] `Polymer.FlattenedNodeObserver`'s `flush` method now return…
Feb 28, 2017
c00883e
Add element summaries
kevinpschaaf Feb 28, 2017
2c5cc6b
Fix API doc
kevinpschaaf Feb 28, 2017
3ea08f5
Fix API doc
kevinpschaaf Feb 28, 2017
c6888b9
Privatize `__templateNotes` and `__templateNodes`.
kevinpschaaf Feb 28, 2017
8b59dd6
Fix typos.
kevinpschaaf Feb 28, 2017
694e74a
Add test to stress case outlined in ShadyCSS issue (https://github.co…
Feb 28, 2017
670fd68
More API docs.
kevinpschaaf Mar 1, 2017
2c15b95
Add @polymerElement and @memberof to Polymer.Element
justinfagnani Mar 1, 2017
c3d7f10
Define Polymer.Element in a variable declaration
justinfagnani Mar 1, 2017
e194d40
More API docs.
kevinpschaaf Mar 1, 2017
fc7f1f8
Remove pending client check and null client list for efficiency.
kevinpschaaf Mar 1, 2017
5459a74
Add ordering smoke test.
kevinpschaaf Mar 1, 2017
4be7b69
Remove obsolete test.
kevinpschaaf Mar 1, 2017
d75bbd9
Merge branch '2.0-doc-annotations' into 2.0-connect-order
Mar 1, 2017
a3f440e
Merge pull request #4343 from Polymer/2.0-doc-annotations
Mar 1, 2017
da3fd0f
Merge pull request #4352 from Polymer/2.0-connect-order
Mar 1, 2017
5e076a7
Add remaining API documentation
kevinpschaaf Mar 1, 2017
24feb77
Add docs.
Mar 1, 2017
d91411c
Forward-port gesture fixes from 1.x
dfreedm Mar 1, 2017
e6c682d
Merge pull request #4356 from Polymer/2.0-gesture-port
dfreedm Mar 1, 2017
4a6e06d
Fixes #4357. Adds `importPath` and `rootPath` properties to Polymer.E…
Mar 2, 2017
5e95944
Revert to strict dirty checking. Add Polymer.MutableData mixin as opt…
kevinpschaaf Mar 2, 2017
75f9a95
[ci skip] Update readme
kevinpschaaf Mar 2, 2017
e14c755
[ci skip] Fix doc typo
kevinpschaaf Mar 2, 2017
6694d99
Make MutableData configurable via prop/attr.
kevinpschaaf Mar 2, 2017
1ba9af1
[ci skip] Update docs.
kevinpschaaf Mar 3, 2017
fdfaf07
[ci skip] Grammar snobbing.
kevinpschaaf Mar 3, 2017
1f64e1e
Eliminate 2nd argument, add `OptionalMutableData` mixin/behavior.
kevinpschaaf Mar 3, 2017
f3ddd86
[ci skip] Fix typo
kevinpschaaf Mar 3, 2017
9f3de91
[ci ski] Fix doc
kevinpschaaf Mar 3, 2017
79e8a70
[ci skip] Fix doc
kevinpschaaf Mar 3, 2017
6ae8c4c
Add `@namespace` tag for Polymer.dom
justinfagnani Mar 3, 2017
f21282a
* `importPath` and `rootPath` should now include a trailing slash.
Mar 3, 2017
ac0d319
Merge pull request #4364 from Polymer/2.0-docs-justin
kevinpschaaf Mar 3, 2017
36d5f6f
Remove use of node.shadyRoot in testing
dfreedm Mar 3, 2017
04a7579
Add info to readme.
Mar 3, 2017
1de623b
clarify docs.
Mar 3, 2017
1551525
Merge pull request #4365 from Polymer/remove-shadyroot
Mar 3, 2017
4538baa
Merge 2.0-preview and fix tests.
Mar 3, 2017
8dc2886
Merge pull request #4361 from Polymer/4359-kschaaf-mutable
Mar 3, 2017
359ce9e
Fix test on Chrome.
Mar 3, 2017
9cd7d80
maor test fixes.
Mar 3, 2017
da49964
Merge pull request #4360 from Polymer/2.0-fix-4357
Mar 3, 2017
139872d
Doc instance props isAttached, rootPath, importPath. Fix early rootPa…
kevinpschaaf Mar 3, 2017
e27d729
Add property doc for `Polymer.rootPath`, move to element-mixim
kevinpschaaf Mar 3, 2017
af0a04e
Merge pull request #4368 from Polymer/3956-kschaaf-document-props
Mar 3, 2017
98d56be
Fix unintended usage of Polymer.Base. Replace Polymer.mixin with Obje…
kevinpschaaf Mar 3, 2017
d198581
use tagged dependencies
dfreedm Mar 3, 2017
6298f4e
Note why assigning dataProto is safe
kevinpschaaf Mar 3, 2017
0987288
fix tests.
Mar 3, 2017
8224375
Merge pull request #4370 from Polymer/mixin-to-assign
Mar 3, 2017
fa37505
fix class ArraySelector for analyzer
kevinpschaaf Mar 3, 2017
cc2e0ab
Doc cleanup
kevinpschaaf Mar 3, 2017
0cd393f
Don't leak Element to global. Add globals check.
kevinpschaaf Mar 3, 2017
83f0104
var -> let and turn on lint rule.
Mar 3, 2017
88756fe
fix code comment.
Mar 3, 2017
7f94a66
Create a polymer element in globals tests.
kevinpschaaf Mar 3, 2017
b278977
enforce strictness tests
dfreedm Mar 4, 2017
960e87c
Only test globals on ES6 browses.
kevinpschaaf Mar 4, 2017
b3b7f3b
clean up eslint ignores and remove old CustomElements global
dfreedm Mar 4, 2017
ebe8a96
Fix compiler test
kevinpschaaf Mar 4, 2017
58213ee
update copyright date.
Mar 4, 2017
fcbe105
[ci skip] add license header.
Mar 4, 2017
7d9ed1f
Merge pull request #4371 from Polymer/2.0-docs-cleanup
dfreedm Mar 4, 2017
5c068cb
[ci skip] cherry pick files from v1
dfreedm Mar 4, 2017
fcfdd09
Merge remote-tracking branch 'origin/master' into 2.0-preview
dfreedm Mar 4, 2017
b13f294
[ci skip] add note about 1.x branch
dfreedm Mar 4, 2017
69ce497
[ci skip] Remove webcomponents v1 branch reference
dfreedm Mar 4, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/**/demo/*
src/**/experimental/*
node_modules/*
bower_components/*
18 changes: 12 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"extends": "eslint:recommended",
"ecmaVersion": 6,
"rules": {
"no-console": 0
"no-console": "off",
"no-var": "error",
"strict": "error"
},
"env": {
"browser": true
"browser": true,
"es6": true
},
"plugins": [
"html"
],
"globals": {
"CustomElements": false,
"HTMLImports": false,
"Polymer": false,
"WeakMap": false
"customElements": true,
"HTMLImports": true,
"Polymer": true,
"ShadyDOM": true,
"ShadyCSS": true,
"goog": true
}
}
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint
- gulp switch
script:
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s default; fi
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'Linux/chrome@41'; fi
env:
global:
- secure: bfF/o1ewpOxDNqTzWfvlwgRgGfP8OXhSQLLdEwZ6izO9tckMJuSNghk3qBXCEQJwTcUEyXP6EqfzIrRAvDXPa0H3OoinbrooDyV2wIDaVRK++WR2iZIqzqo3hGOdzm4tdrGJZe5av5Rk661Hls8aPfLbjdzcGuYXi8B4wZq2xMI=
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2014 The Polymer Authors. All rights reserved.
// Copyright (c) 2017 The Polymer Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
Expand Down
Loading