mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
1 line
No EOL
403 B
JavaScript
1 line
No EOL
403 B
JavaScript
define(["core/icon_system","core/url","core/mustache"],function(a,b,c){var d=function(){a.apply(this,arguments)};return d.prototype=Object.create(a.prototype),d.prototype.renderIcon=function(a,d,e,f){var g=b.imageUrl(a,d),h={attributes:[{name:"src",value:g},{name:"alt",value:e},{name:"title",value:e}]},i=c.render(f,h);return i.trim()},d.prototype.getTemplateName=function(){return"core/pix_icon"},d}); |