loleaflet/js/toolbar.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
New commits: commit 776210963656a80b3979e471abb42e6869af4d2b Author: Henry Castro <[email protected]> AuthorDate: Tue Jan 15 16:18:55 2019 -0400 Commit: Henry Castro <[email protected]> CommitDate: Tue Mar 5 09:09:44 2019 -0400 loleaflet: export toolbar global functions Change-Id: I981dbbd83fa782cdae773d1364e5a2f27cdb97ef diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js index 4188d67a9..2f809ddc0 100644 --- a/loleaflet/js/toolbar.js +++ b/loleaflet/js/toolbar.js @@ -2395,5 +2395,19 @@ function setupToolbar(e) { } global.setupToolbar = setupToolbar; +global.onClick = onClick; +global.hideTooltip = hideTooltip; +global.deselectUser = deselectUser; +global.onAddView = onAddView; +global.onRemoveView = onRemoveView; +global.onAddressInput = onAddressInput; +global.onFormulaInput = onFormulaInput; +global.onFormulaBarBlur = onFormulaBarBlur; +global.onFormulaBarFocus = onFormulaBarFocus; +global.updateCommandValues = updateCommandValues; +global.onStyleSelect = onStyleSelect; +global.insertTable = insertTable; +global.insertShapes = insertShapes; +global.onUpdatePermission = onUpdatePermission; }(window)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
