Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Remove unused nativeJSON variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 6, 2011
1 parent 4a15cce commit ea110af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jsbridge/jsbridge/extension/resource/modules/server.js
Expand Up @@ -50,9 +50,6 @@ var hwindow = Components.classes["@mozilla.org/appshell/appShellService;1"]
.getService(Components.interfaces.nsIAppShellService)
.hiddenDOMWindow;

var nativeJSON = Components.classes["@mozilla.org/dom/json;1"]
.createInstance(Components.interfaces.nsIJSON);

var json2 = Components.utils.import("resource://jsbridge/modules/json2.js");

var jsonEncode = json2.JSON.stringify;
Expand Down

0 comments on commit ea110af

Please sign in to comment.