Skip to content

Fix checking if navigator.geolocation is available and how buildMap is called#8

Closed
alexclarkofficial wants to merge 23 commits intosandraor:masterfrom
alexclarkofficial:master
Closed

Fix checking if navigator.geolocation is available and how buildMap is called#8
alexclarkofficial wants to merge 23 commits intosandraor:masterfrom
alexclarkofficial:master

Conversation

@alexclarkofficial
Copy link

Made a more robust check to see if the browser has navigator.geolocation and that the user allows it
Wrapped the call to buildMap in a function that passes position

Stanley Stuart and others added 21 commits December 31, 2014 12:35
[Ember Users] adding Netural to the list of Ember users
…a.14.1

Ember Data v1.0.0-beta.14.1 blogpost and api docs
Leading underscore no longer a requirement
Ember Data's build tools were refactored recently and `npm run dist`
no longer works. This pr updates the generate_ember_data_docs script
to call `npm run build:production`
Fix Ember Data API docs build script
Using `{{outlet modal}}` produces warning:
~~~~
DEPRECATION: Using {{outlet}} with an unquoted name is not supported. Please update to quoted usage '{{outlet "modal"}}'.
        at outletHelper (http://localhost:4200/assets/vendor.js:34983:13)
        at Object.__exports__.default.Ember.Handlebars.template.main (grruca/templates/application.js:10:105)
        at ret (http://localhost:4200/assets/vendor.js:11023:32)
        at CoreView.extend.render (http://localhost:4200/assets/vendor.js:56437:20)
        at EmberRenderer_createElement [as createElement] (http://localhost:4200/assets/vendor.js:53540:16)
        at EmberRenderer.Renderer_renderTree [as renderTree] (http://localhost:4200/assets/vendor.js:23631:24)
        at EmberRenderer.scheduledRenderTree (http://localhost:4200/assets/vendor.js:23708:16)
        at Queue.invoke (http://localhost:4200/assets/vendor.js:14393:18)
        at Object.Queue.flush (http://localhost:4200/assets/vendor.js:14458:13)
~~~~
Remove deprecated code example from Cookbook
@wifelette
Copy link

Heya—

There are a bunch of older additional commits packaged up here, unsure why. Do you need to rebase, perhaps? Let's definitely get it sorted before we merge this in.

Also, adding the reference link: emberjs#1904

@alexclarkofficial
Copy link
Author

Hey,

Yeah, I probably need to rebase. Sorry, I'm really new to open source. Also, I got a bit ahead of myself and the code doesn't do quite what I thought it did. I'll get this cleaned up and send it back over. Thanks for your patience!

@wifelette
Copy link

S'all good—most of the people working on this PR are super new, so we're all making lots of newbie mistakes :p We'll get it done though!

We'll keep an eye out for your updates.

@alexclarkofficial
Copy link
Author

Got in over my head with this one. Ended up redoing the PR at #9.

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.