Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Dec 29, 2023
1 parent e745c20 commit e161cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/code-mirror/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mw.hook('InPageEdit').add(({ InPageEdit }) =>
const CM_CDN = 'https://fastly.jsdelivr.net/npm/[email protected]'
const WMGH_CDN =
'https://fastly.jsdelivr.net/gh/wikimedia/mediawiki-extensions-CodeMirror@REL1_37'
const PLUGIN_CDN = (InPageEdit.endponts || InPageEdit.api).pluginCDN
const PLUGIN_CDN = (InPageEdit.endpoints || InPageEdit.api).pluginCDN
const USING_LOCAL = mw.loader.getState('ext.CodeMirror') !== null
const THEME =
InPageEdit.preference.get('codeMirrorTheme') || 'solarized light'
Expand Down

1 comment on commit e161cff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.