mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-08 19:56:39 +00:00
Fix mediatype Typo in excise.js
This fixes the typo "mediatype" instead of "mediaType" causing a RSOE
This commit is contained in:
parent
bb75560922
commit
33a132970c
@ -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…
x
Reference in New Issue
Block a user