Merge pull request #15799 from pendar747/master

Modified the type definition for tinymce
This commit is contained in:
Ryan Cavanaugh
2017-04-17 12:49:52 -07:00
committed by GitHub
2 changed files with 1131 additions and 1133 deletions

2262
types/tinymce/index.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import { tinymce } from 'tinymce';
import * as tinymce from 'tinymce';
tinymce.init({
selector: 'textarea',