add ft to jsm modules
This commit is contained in:
parent
3524e6abac
commit
4ec0a5c89e
4 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// vi:si:et:sw=2:sts=4:ts=2
|
||||
// vi:si:et:sw=2:sts=2:ts=2:ft=js
|
||||
/*
|
||||
|
||||
OxFF - local extension for pan.do/ra
|
||||
http://pan.do/ra
|
||||
2009-2010 - GPL 3.0
|
||||
|
@ -413,7 +414,7 @@ OxFF.prototype = {
|
|||
* XPCOMUtils.generateNSGetModule is for Mozilla 1.9.2 (Firefox 3.6).
|
||||
*/
|
||||
if (XPCOMUtils.generateNSGetFactory)
|
||||
var NSGetFactory = XPCOMUtils.generateNSGetFactory([OxFF]);
|
||||
var NSGetFactory = XPCOMUtils.generateNSGetFactory([OxFF]);
|
||||
else
|
||||
var NSGetModule = XPCOMUtils.generateNSGetModule([OxFF]);
|
||||
var NSGetModule = XPCOMUtils.generateNSGetModule([OxFF]);
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// vi:si:et:sw=2:sts=2:ts=2
|
||||
// vi:si:et:sw=2:sts=2:ts=2:ft=js
|
||||
|
||||
let EXPORTED_SYMBOLS = [ "FirefoggUploader" ];
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
// -*- coding: utf-8 -*-
|
||||
// vi:si:et:sw=4:sts=4:ts=4:ft=js
|
||||
|
||||
let EXPORTED_SYMBOLS = [ "oxff" ];
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// vi:si:et:sw=4:sts=4:ts=4
|
||||
// vi:si:et:sw=4:sts=4:ts=4:ft=js
|
||||
|
||||
let EXPORTED_SYMBOLS = [ "ox" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue