Update TinyMCE to 4.5.2

This commit is contained in:
Dan Stillman 2017-02-02 00:23:44 -05:00
parent 0b9b758029
commit 0998c1d1da
5 changed files with 359 additions and 75 deletions

View file

@ -80,7 +80,7 @@
target[fragments[fragments.length - 1]] = modules[id];
}
// Expose private modules for unit tests
if (exports.AMDLC_TESTS) {
privateModules = exports.privateModules || {};
@ -1853,4 +1853,4 @@ define("tinymce/pasteplugin/Plugin", [
});
expose(["tinymce/pasteplugin/Utils"]);
})(this);
})(window);