aboutsummaryrefslogtreecommitdiffstats
path: root/frameModule.js
diff options
context:
space:
mode:
Diffstat (limited to 'frameModule.js')
-rw-r--r--frameModule.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/frameModule.js b/frameModule.js
index 6ee0dab..ed07a8b 100644
--- a/frameModule.js
+++ b/frameModule.js
@@ -86,14 +86,14 @@ var contentObserver = {
get categoryManager() {
return Components.classes['@mozilla.org/categorymanager;1']
- .getService(Ci.nsICategoryManager);
+ .getService(Ci.nsICategoryManager);
},
QueryInterface: XPCOMUtils.generateQI([
- Ci.nsIFactory,
- Ci.nsIObserver,
- Ci.nsIContentPolicy,
- Ci.nsISupportsWeakReference
+ Ci.nsIFactory,
+ Ci.nsIObserver,
+ Ci.nsIContentPolicy,
+ Ci.nsISupportsWeakReference
]),
createInstance: function(outer, iid) {