Semantic-Org/Semantic-UI-Ember

use Ember.$ instead of window.$

bartocc opened this issue · 0 comments

return window.$.fn[moduleName];

In the case some other library undefines window.$, this code would fail.
Using Ember.$ would make it safe