potential fix for ACE used in FF plugins.
This commit is contained in:
parent
7644522783
commit
fbf3d72006
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ var RenderLoop = function(onRender) {
|
|||
}
|
||||
};
|
||||
|
||||
if (window.postMessage) {
|
||||
if (window.postMessage && window.location.protocol != "chrome:") {
|
||||
|
||||
this.messageName = "zero-timeout-message";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue