From 4e2b662bee61b36e8ed34f588d805756311cbcc3 Mon Sep 17 00:00:00 2001 From: Murod Khaydarov Date: Thu, 11 Oct 2018 16:26:13 +0300 Subject: [PATCH] Update doc (#472) * update doc * Revert "update doc" This reverts commit 97866741943f525459c13090eb27a04a3ef94c46. * shortcut is for internal tools --- docs/tools-inline.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tools-inline.md b/docs/tools-inline.md index ff34d02e..06ed4e70 100644 --- a/docs/tools-inline.md +++ b/docs/tools-inline.md @@ -17,7 +17,6 @@ Also, you can provide optional methods - `renderActions()` — create additional element below the buttons - `clear()` — clear Tool's stuff on opening/closing of Inline Toolbar -- `shortcut()` — shortcut that handles Tool At the constructor of Tool's class exemplar you will accept an object with the [API](api.md) as a parameter.