diff --git a/plugins/c9.core/util.js b/plugins/c9.core/util.js index 048e26ce..34f17ae2 100644 --- a/plugins/c9.core/util.js +++ b/plugins/c9.core/util.js @@ -375,7 +375,16 @@ define(function(require, exports, module) { setTimeout(callback, 17); }; - plugin.freezePublicAPI({}); + plugin.freezePublicAPI({ + /** + * @ignore + */ + get supportedIcons(){ return SupportedIcons; }, + /** + * @ignore + */ + set supportedIcons(value){ SupportedIcons = value; } + }); register(null, { util: plugin