mirror of
https://github.com/moodle/moodle.git
synced 2025-03-31 05:52:51 +02:00
1 line
193 B
JavaScript
1 line
193 B
JavaScript
define(["jquery"],function(a){var b={make:function(b){var c=a.Deferred();return require(["core/chart_"+b.type],function(a){var d=a.prototype.create(a,b);c.resolve(d)}),c.promise()}};return b}); |