Built from https://develop.svn.wordpress.org/trunk@29458


git-svn-id: http://core.svn.wordpress.org/trunk@29236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-08-09 20:56:15 +00:00
parent 1c93f05e2a
commit efd52cb860
10 changed files with 93 additions and 42 deletions

View File

@@ -22,7 +22,8 @@
(function(tinymce) {
var reported;
function noop() {}
function noop() {
}
function log(apiCall) {
if (!reported && window && window.console) {
@@ -170,7 +171,9 @@
onAdd: new Dispatcher(),
onPostRender: new Dispatcher(),
add: function(obj) { return obj; },
add: function(obj) {
return obj;
},
createButton: cmNoop,
createColorSplitButton: cmNoop,
createControl: cmNoop,