mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
601da0e693
Part of MDL-54987 epic.
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}); |