Skip to content

Commit

Permalink
Quick fix for getting Jq back onto the window object.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Ryan committed Jan 5, 2016
1 parent fd20c7b commit 10c7326
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 10c7326

Please sign in to comment.