jerel / ember-cli-loading-slider

A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
MIT License
116 stars 36 forks source link

fix bug with empty 'outer' #5

Closed olegdovger closed 8 years ago

olegdovger commented 9 years ago

Not sure that this is right way

 var outer = this.$();

    if (!outer)
    return;

but tests failed (https://localhost:4200/tests) 2014-11-28 17 28 28

Atleast it helps to avoid issue

jerel commented 9 years ago

Thanks for this pull request! Can you resubmit it with only the outer change and none of the whitespace/style changes?