diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-09-15 10:38:59 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-09-19 08:19:50 +0200 |
commit | b18e93d73dadacb1d36f0e0fa7a19bbb188e8d75 (patch) | |
tree | 3c110c085d8a8a8b2734a68d7c0a60ba3cb06728 /lib | |
parent | 065050a6a64761ca9e76ea4bbd9b90343c1ccfa4 (diff) | |
download | bugzilla-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.js | 1 |
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"); |