-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated tinyMCE to the latest Free version, 6.3
- Loading branch information
Showing
291 changed files
with
87,756 additions
and
9,138 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Exports the "default" icons for usage with module loaders | ||
// Usage: | ||
// CommonJS: | ||
// require('tinymce/icons/default') | ||
// ES2015: | ||
// import 'tinymce/icons/default' | ||
require('./icons.js'); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.