Skip to content

Commit

Permalink
Merge pull request #52 from hegrec/jquery
Browse files Browse the repository at this point in the history
Remove jQuery noConflict
  • Loading branch information
hegrec committed Jan 21, 2016
2 parents bb23e2b + 685d54b commit c3f8517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default StencilUtils;
} else if (typeof module === 'object' && module.exports) {
module.exports = StencilUtils;
} else {
$.noConflict(false);
window.stencilUtils = StencilUtils;
}
}(this));

0 comments on commit c3f8517

Please sign in to comment.