Skip to content

Commit

Permalink
Fix global jQuery reference in kaltura#3208
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenMe committed Feb 27, 2017
1 parent 3f2cbc5 commit fb0cc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kWidget/kWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -2538,4 +2538,4 @@
window.KWidget = kWidget;
window.kWidget = kWidget;

})(jQuery);
})(window.jQuery);

0 comments on commit fb0cc36

Please sign in to comment.