Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Remove forgotten console error
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoftea committed Nov 23, 2020
1 parent 504ec97 commit 64995d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ global.jQuery = global.$ = $;

require('owl.carousel');

$.noConflict();
console.error('owlCarousel' in $.fn); // Assign back preserved jQuery
$.noConflict(); // Assign back preserved jQuery

if (preservedJQuery) global.jQuery = global.$ = preservedJQuery;
1 change: 0 additions & 1 deletion src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const preservedJQuery = preserveJQuery();
global.jQuery = global.$ = $;
require('owl.carousel');
$.noConflict();
// console.error('owlCarousel' in $.fn);

// Assign back preserved jQuery
if (preservedJQuery)
Expand Down

0 comments on commit 64995d8

Please sign in to comment.