dom: $(tag, attr, ...children)

This commit is contained in:
Joao Moreno
2016-08-23 14:47:54 +02:00
parent 937973e505
commit 13de7b21cf
26 changed files with 77 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ import {IContextViewProvider, AnchorAlignment} from 'vs/base/browser/ui/contextv
import Event, {Emitter} from 'vs/base/common/event';
import {Widget} from 'vs/base/browser/ui/widget';
let $ = dom.emmet;
const $ = dom.$;
export interface IInputOptions {
placeholder?: string;