This commit is contained in:
Morris Jobke 2015-10-29 17:27:33 +01:00
parent 76c45891de
commit 14768f98d2

View File

@ -78,5 +78,5 @@ Extending the "new" menu in the files app
OC.Plugins.register('OCA.Files.NewFileMenu', myFileMenuPlugin);
This will register a new menu entry in the "New" menu of the files app. The
method ``attach()`` is called once the menu is build. This usually happens right
method ``attach()`` is called once the menu is built. This usually happens right
after the click on the button.