From 10c7326fb70945afd9195f6d689e758b438937a1 Mon Sep 17 00:00:00 2001 From: Mick Ryan Date: Tue, 5 Jan 2016 15:43:16 -0800 Subject: [PATCH] Quick fix for getting Jq back onto the window object. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index da1de43..56775b8 100644 --- a/src/main.js +++ b/src/main.js @@ -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));