From bcf69a655a48a4a72c55b9a3f48ebe30389697f4 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 11 May 2017 14:29:11 +0100 Subject: [PATCH] MDL-58837 js: fix jsdoc error --- lib/amd/src/modal_save_cancel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/amd/src/modal_save_cancel.js b/lib/amd/src/modal_save_cancel.js index c80d485b0a1..5949bb6ab02 100644 --- a/lib/amd/src/modal_save_cancel.js +++ b/lib/amd/src/modal_save_cancel.js @@ -91,7 +91,7 @@ define(['jquery', 'core/notification', 'core/custom_interaction_events', 'core/m /** * Allows to overwrite the text of "Save changes" button. * - * @param String text + * @param {String} text */ ModalSaveCancel.prototype.setSaveButtonText = function(text) { this.getFooter().find(SELECTORS.SAVE_BUTTON).text(text); -- 2.43.0