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

Add apiSupported property #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FluorescentHallucinogen
Copy link
Contributor

  • Add apiSupported property that indicates whether Geolocation API is supported or not.
  • Update code and descriptions of samples in geo-location.html, demo/index.html and README.md files.
  • Remove version field in bower.json file, because it's deprecated and ignored by Bower (https://github.com/bower/spec/blob/master/json.md#version).
  • Add polymer-element, polymer-2 and polymer-2-hybrid keywords to bower.json file to indicate that this is Polymer 1.x/2.x hybrid element.

* Add `apiSupported` property that indicates whether Geolocation API is supported or not.
* Update code and descriptions of samples in `geo-location.html`, `demo/index.html` and `README.md` files.
* Remove `version` field in `bower.json` file, because it's deprecated and ignored by Bower (https://github.com/bower/spec/blob/master/json.md#version).
* Add `polymer-element`, `polymer-2` and `polymer-2-hybrid` keywords to `bower.json` file to indicate that this is Polymer 1.x/2.x hybrid element.
@FluorescentHallucinogen
Copy link
Contributor Author

@ebidel PTAL.

@@ -38,6 +44,16 @@

properties: {
/**
* Indicates whether `Geolocation API` is supported or not.
*/
apiSupported: {
Copy link
Owner

Choose a reason for hiding this comment

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

what about just supported?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

fair enough

@ebidel
Copy link
Owner

ebidel commented Aug 29, 2017

Please add a test.

@FluorescentHallucinogen
Copy link
Contributor Author

@ebidel

Please add a test.

What do you mean?

@ebidel
Copy link
Owner

ebidel commented Aug 31, 2017

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

Successfully merging this pull request may close these issues.

None yet

2 participants