mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
3 lines
258 B
JavaScript
3 lines
258 B
JavaScript
define ("core/chart_builder",["jquery"],function(a){return{make:function make(b){var c=a.Deferred();require(["core/chart_"+b.type],function(a){var d=a.prototype.create(a,b);c.resolve(d)});return c.promise()}}});
|
|
//# sourceMappingURL=chart_builder.min.js.map
|