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

Create Ember.libraries for keeping track of versions for debugging. #3345

Merged
merged 1 commit into from
Sep 6, 2013

Conversation

gunn
Copy link
Contributor

@gunn gunn commented Sep 6, 2013

Ember registers its libraries and external libraries can register themselves, so given:

Ember.libraries.register("Emberella", "0.0.1");

We get:

DEBUG: -------------------------------
DEBUG: Ember.VERSION      : 1.0.0
DEBUG: Handlebars.VERSION : 1.0.0
DEBUG: jQuery.VERSION     : 1.10.2
DEBUG: Emberella.VERSION  : 0.0.1
DEBUG: ------------------------------- 

wycats added a commit that referenced this pull request Sep 6, 2013
Create Ember.libraries for keeping track of versions for debugging.
@wycats wycats merged commit d65d9e2 into emberjs:master Sep 6, 2013
apmorton added a commit to toranb/ember-data-django-rest-adapter that referenced this pull request Sep 6, 2013
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