aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-09-15 10:38:59 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-09-19 08:19:50 +0200
commitb18e93d73dadacb1d36f0e0fa7a19bbb188e8d75 (patch)
tree3c110c085d8a8a8b2734a68d7c0a60ba3cb06728 /lib
parent065050a6a64761ca9e76ea4bbd9b90343c1ccfa4 (diff)
downloadbugzilla-triage-b18e93d73dadacb1d36f0e0fa7a19bbb188e8d75.tar.gz
Fix calls of bugzilla.updateAttachMimeType to the new API.
Bugzilla guys are working on fix, but they provided workaround. Fixes #124
Diffstat (limited to 'lib')
-rw-r--r--lib/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js
index 49cffd0..f5c4bc5 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -10,7 +10,6 @@
//http://ehsanakhgari.org/blog/2010-05-31/my-experience-jetpack-sdk#comment-1253
"use strict";
-var browser = require("tab-browser");
var self = require("self");
var pageMod = require("page-mod");
var libbz = require("libbugzilla");