Skip to content

Commit

Permalink
Merge pull request #10963 from apaganobeleno/passing-jshint
Browse files Browse the repository at this point in the history
[cleaning] removing illegal trailing space
  • Loading branch information
stefanpenner committed Apr 27, 2015
2 parents 3b8ad3f + 6b6379c commit 6f090c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-application/lib/system/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ var Application = Namespace.extend(DeferredMixin, {
var App = Ember.Application.create();
App.deferReadiness();
// Ember.$ is a reference to the jQuery object/function
Ember.$.getJSON('/auth-token', function(token) {
App.token = token;
Expand Down

0 comments on commit 6f090c9

Please sign in to comment.