X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9831076c8f7385dffb533e0327cc7dd7c9f1ef92..HEAD:/src/editor/plugins/core/footnote.js diff --git a/src/editor/plugins/core/footnote.js b/src/editor/plugins/core/footnote.js index 2fa314a..6c3004f 100644 --- a/src/editor/plugins/core/footnote.js +++ b/src/editor/plugins/core/footnote.js @@ -45,7 +45,7 @@ var footnoteAction = { if(!params.fragment || !params.fragment.isValid()) { return {allowed: false}; } - if(params.fragment instanceof params.fragment.TextRangeFragment && params.fragment.hasSiblingBoundries()) { + if(params.fragment instanceof params.fragment.TextRangeFragment && params.fragment.hasSiblingBoundaries()) { return { allowed: true, description: gettext('Create footnote from selection'),