added moodle as Data

This commit is contained in:
PxlLoewe
2025-06-10 11:53:43 -07:00
parent 12fc0e86af
commit 3216272a99
28029 changed files with 4897781 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/**
* This module depends on the real jquery - and returns the non-global version of it.
*
* @module jquery-private
* @package core
* @copyright 2015 Damyon Wiese <damyon@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define(['jquery'],function($){return $.noConflict(!0)})