Skip to content

Add apiSupported property#30

Open
FluorescentHallucinogen wants to merge 1 commit intoebidel:masterfrom
FluorescentHallucinogen:add-api-supported-property
Open

Add apiSupported property#30
FluorescentHallucinogen wants to merge 1 commit intoebidel:masterfrom
FluorescentHallucinogen:add-api-supported-property

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.

properties: {
/**
* Indicates whether `Geolocation API` is supported or not.
*/
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.

2 participants