mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-21 12:02:56 -08:00
Fix mediatype Typo in excise.js (#8640)
This fixes the typo "mediatype" instead of "mediaType" causing a RSOE
This commit is contained in:
parent
bb462210c3
commit
96840b886f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Text editor operation to excise the selection to a new tiddler
|
|||
"use strict";
|
||||
|
||||
function isMarkdown(mediaType) {
|
||||
return mediaType === 'text/markdown' || mediatype === 'text/x-markdown';
|
||||
return mediaType === 'text/markdown' || mediaType === 'text/x-markdown';
|
||||
}
|
||||
|
||||
exports["excise"] = function(event,operation) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue