From: Dan Poltawski Date: Thu, 11 May 2017 13:29:11 +0000 (+0100) Subject: MDL-58837 js: fix jsdoc error X-Git-Tag: v3.3.0-rc3~8 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=bcf69a655a48a4a72c55b9a3f48ebe30389697f4;hp=a1c6871bb390c68bb44c7375bfd01df43fc3430c MDL-58837 js: fix jsdoc error --- 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);