www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1747f19009ca04c12f500af1ac0397ea2ebd3833
parent 45bc19c06a07aa86a0e6e5ca98bf0a005cd02e23
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 26 Dec 2010 19:05:52 +0000

Don't load nsDragAndDrop.js


Diffstat:
Mcomponents/zotero-service.js | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/components/zotero-service.js b/components/zotero-service.js @@ -1,7 +1,7 @@ /* ***** BEGIN LICENSE BLOCK ***** - Copyright © 2009 Center for History and New Media + Copyright © 2009 Center for History and New Media George Mason University, Fairfax, Virginia, USA http://zotero.org @@ -163,10 +163,6 @@ Cc["@mozilla.org/moz/jssubscript-loader;1"] .getService(Ci.mozIJSSubScriptLoader) .loadSubScript("chrome://global/content/nsTransferable.js"); -Cc["@mozilla.org/moz/jssubscript-loader;1"] - .getService(Ci.mozIJSSubScriptLoader) - .loadSubScript("chrome://global/content/nsDragAndDrop.js"); - /********************************************************************/