Skip to content

Commit

Permalink
Merge pull request #51 from mickr/quick-fix-for-jq
Browse files Browse the repository at this point in the history
Quick fix for getting Jq back onto the window object.
  • Loading branch information
Mick Ryan committed Jan 5, 2016
2 parents fd20c7b + 10c7326 commit bb23e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default StencilUtils;
} else if (typeof module === 'object' && module.exports) {
module.exports = StencilUtils;
} else {
$.noConflict(true);
$.noConflict(false);
window.stencilUtils = StencilUtils;
}
}(this));

0 comments on commit bb23e2b

Please sign in to comment.