Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c6871
)
MDL-58837 js: fix jsdoc error
author
Dan Poltawski
<dan@moodle.com>
Thu, 11 May 2017 13:29:11 +0000
(14:29 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 11 May 2017 13:29:11 +0000
(14:29 +0100)
lib/amd/src/modal_save_cancel.js
patch
|
blob
|
blame
|
history
diff --git
a/lib/amd/src/modal_save_cancel.js
b/lib/amd/src/modal_save_cancel.js
index
c80d485
..
5949bb6
100644
(file)
--- 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);