The Firefox problem that I perceived was just an async loading bug with the other libs.

This commit is contained in:
Eli Grey
2011-08-02 08:38:24 -04:00
parent b87548dd82
commit 9072387041
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -62,9 +62,7 @@ try {
can_apply_typed_arrays_test.apply(0, new Uint8Array(1));
}
} catch (ex) {}
// Create URL if it doesn't exist or to fix a bug in Firefox where URL's properties are
// reset after the page finishes loading.
if (!realURL.createObjectURL || get_class(realURL) === "MozURLProperty") {
if (!realURL.createObjectURL) {
URL = view.URL = {};
}
URL.createObjectURL = function(blob) {