potential fix for ACE used in FF plugins.

This commit is contained in:
Fabian Jakobs 2011-01-17 08:47:15 +01:00
commit fbf3d72006

View file

@ -63,7 +63,7 @@ var RenderLoop = function(onRender) {
}
};
if (window.postMessage) {
if (window.postMessage && window.location.protocol != "chrome:") {
this.messageName = "zero-timeout-message";