Index: lib/compat.js |
diff --git a/lib/compat.js b/lib/compat.js |
index e6d047ccaadb24e6ee53cb86a9160e6c41918511..c63ed31b036973f96be28d1fdeab7a2439887008 100644 |
--- a/lib/compat.js |
+++ b/lib/compat.js |
@@ -78,6 +78,9 @@ var Components = |
{ |
console.error(e); |
console.trace(); |
+ }, |
+ import: function() |
sergei
2017/07/06 13:37:01
It's for numerous Cu.import
|
+ { |
} |
}, |
manager: null, |
@@ -514,4 +517,4 @@ if (!Array.prototype.find) { |
} |
} |
}); |
-} |
+} |