update comment about a removeChild that crash Opera on windows
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 5 Dec 2012 09:16:20 +0000 (10:16 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 5 Dec 2012 09:16:20 +0000 (10:16 +0100)
web/xynt-streaming.js

index fe14f24..b75dec7 100644 (file)
@@ -247,8 +247,9 @@ transport_iframe.prototype = {
     destroy: function () { /* public */
         try {
             if (this.ifra != null) {
-                // FIXME: with opera on win this remove child crash js so is
-                //        commented AND NOWWW ????
+                // FIXME: on Opera on Windows this remove child crash js so is commented
+                //        on IE on Windows without it stream abort fails
+                //        so we need to decide how can run it
                 this.doc.body.removeChild(this.ifra);
                 delete this.ifra;
                 this.ifra = null;