Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

3.1.1 #22

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

3.1.1 #22

wants to merge 14 commits into from

Conversation

anoopsharma010395
Copy link

Added changes to migrate it to polymer 3 application

Copy link
Contributor

@ankon ankon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR!

I guess this PR should be called "migrate to Polymer 3", rather than '3.1.1', as then the version would end up being something like '3.0.0'.

I added a couple of comments from a quick reading, can you have a look?




/* Validates that the confirm password matches the entered password */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whitespace here looks odd and excessive.


import '../@polymer/iron-validator-behavior/iron-validator-behavior.js';

const template = html`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be unused.

"input",
"password"
],
"_requested": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This _requested block looks wrong, accidentally left-over from some automatic tool?

Comment on lines +55 to 57
is: 'paper-password-input',
_template:template,
properties: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is off here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants