Merge pull request #5578 from CalvinFernandez/codemirror-placeholder

add placholder parameter to work with codemirror placeholder addon
This commit is contained in:
Masahiro Wakame
2015-09-27 11:27:47 +09:00

View File

@@ -787,7 +787,10 @@ declare module CodeMirror {
viewportMargin?: number;
/** Optional lint configuration to be used in conjunction with CodeMirror's linter addon. */
lint?: boolean | LintOptions;
lint?: boolean | LintOptions;
/** Optional value to be used in conduction with CodeMirrors placeholder add-on. */
placeholder?: string;
}
interface TextMarkerOptions {