提交 160c7612 编写于 作者: A Alex Dima

Fix rename to also cover octiconLabel.mock (due to bb1f0f04)

上级 48337ba7
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import { escape } from 'vs/base/common/strings'; import { escape } from 'vs/base/common/strings';
export function render(text: string): string { export function renderOcticons(text: string): string {
return escape(text); return escape(text);
} }
...@@ -18,7 +18,7 @@ export class OcticonLabel { ...@@ -18,7 +18,7 @@ export class OcticonLabel {
} }
set text(text: string) { set text(text: string) {
this._container.innerHTML = render(text || ''); this._container.innerHTML = renderOcticons(text || '');
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册