(function () { "use strict"; window.CO_ControllerIcons = { render: function (key) { if (window.CO_ControllerGlyphs && CO_ControllerGlyphs.render) { return CO_ControllerGlyphs.render(key); } return '' + key + ""; } }; })();