Bad comment
git-svn-id: http://svn.automattic.com/wordpress/trunk@2775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d39983aa54
commit
c678e7821f
|
@ -205,8 +205,8 @@ TinyMCE.prototype.init = function(settings) {
|
||||||
// Only do this once
|
// Only do this once
|
||||||
if (this.configs.length == 0) {
|
if (this.configs.length == 0) {
|
||||||
// Is Safari enabled
|
// Is Safari enabled
|
||||||
if (this.isSafari)
|
// if (this.isSafari)
|
||||||
// alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.");
|
// alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.");
|
||||||
|
|
||||||
tinyMCE.addEvent(window, "load", TinyMCE.prototype.onLoad);
|
tinyMCE.addEvent(window, "load", TinyMCE.prototype.onLoad);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue