X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/872eb8cad5640b85c8d9286ef0af0237bf825f00..a892115bc1f94bfd53873dd442854b5ebe3fd03c:/src/editor/modules/rng/rng.js diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js index 73f83d5..e4731cc 100644 --- a/src/editor/modules/rng/rng.js +++ b/src/editor/modules/rng/rng.js @@ -22,9 +22,6 @@ return function(sandbox) { } var commands = { - jumpToDocumentElement: function(element) { - sandbox.getModule('documentCanvas').jumpToElement(element); - }, refreshCanvasSelection: function(selection) { var fragment = selection.toDocumentFragment(); sandbox.getModule('documentToolbar').setDocumentFragment(fragment);