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

Ember 1.13 #75

Merged
merged 4 commits into from
Jun 15, 2015
Merged

Ember 1.13 #75

merged 4 commits into from
Jun 15, 2015

Conversation

gnarf
Copy link
Contributor

@gnarf gnarf commented Jun 15, 2015

Includes #69 and builds on top adding Ember.EXTEND_PROTOTYPES = false; and updates bower stuff to be Ember 1.13.0

@@ -1,15 +1,12 @@
import Schema from 'ember-orbit/schema';
import Store from 'ember-orbit/store';

var get = Ember.get,
set = Ember.set;

var createStore = function(options) {
options = options || {};

var container = new Ember.Container();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Someone more familiar with the changes here in 1.13 should rewrite this to not print deprecations... @dgeb ?

Copy link
Member

Choose a reason for hiding this comment

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

I'm hoping to clean up the registry / container mess in ember itself with emberjs/ember.js#11440

Since that's not yet merged, I'll try to clean up any remaining deprecations for 1.13.

dgeb added a commit that referenced this pull request Jun 15, 2015
@dgeb dgeb merged commit 3accace into orbitjs:master Jun 15, 2015
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.

3 participants