Files
var-monorepo/moodle/moodle-data/localcache/js/7380f9ca050c1ea27c98232938bc6ab039fc3bc8
2025-06-10 11:53:43 -07:00

10 lines
328 B
Plaintext

/**
* 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)})