Skip to content

Commit

Permalink
run again
Browse files Browse the repository at this point in the history
  • Loading branch information
calumk committed Nov 17, 2023
1 parent cbd55a7 commit cbbbac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codecup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Prism from 'prismjs'
import 'prismjs/plugins/autoloader/prism-autoloader';
Prism.plugins.autoloader.languages_path = 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/';


export default class codeCup {
constructor (selectorOrElement, opts) {
if (!selectorOrElement) {
Expand Down

0 comments on commit cbbbac1

Please sign in to comment.