Skip to content

Commit

Permalink
Don't break if jQuery is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteinsson committed Sep 2, 2015
1 parent b0585a3 commit 0ebaef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@

processEmberShims();
processEmberDataShims();
generateModule('jquery', { 'default': jQuery });
generateModule('jquery', { 'default': window.jQuery });
})();

0 comments on commit 0ebaef0

Please sign in to comment.