mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-57197 js: fix AMD module warnings
In 3.2 we are free of AMD lint warnings, unfortunately we can't expose them through grunt yet due to "File ignored because of a matching ignore pattern. Use "--no-ignore" to override" ps. this isn't related to MDL-57197 at all, i'm just a Rebel
This commit is contained in:
parent
5814817ceb
commit
ce7149b10c
3 changed files with 4 additions and 2 deletions
|
@ -41,6 +41,7 @@ define(['jquery', 'core/ajax', 'core/log', 'core/notification', 'core/templates'
|
|||
* Get the current values for the form inputs and refresh the list of matching templates.
|
||||
*
|
||||
* @method refreshSearch
|
||||
* @param {String} themename The naeme of the theme.
|
||||
*/
|
||||
var refreshSearch = function(themename) {
|
||||
var componentStr = $('[data-field="component"]').val();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue