diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 23:34:55 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 23:34:55 +0200 |
commit | 968a1a63f8e625994b40b7d2af2d22940285c63c (patch) | |
tree | 4e6dc4d0fd51068ccd57be9ccb2bb5e3e7de8528 /lib | |
parent | ffa6d74ddbf28c7fb7be1ad473847807d0301eac (diff) | |
download | bugzilla-triage-968a1a63f8e625994b40b7d2af2d22940285c63c.tar.gz |
Move attachments and comments functions into four separate objects.
Specifically there are objects AttachList, Attachment, Comment,
and CommentList.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js index e23e29e..909de44 100644 --- a/lib/main.js +++ b/lib/main.js @@ -137,6 +137,7 @@ var contentScriptLibraries = [ self.data.url("lib/util.js"), self.data.url("lib/jumpNextBug.js"), self.data.url("lib/queries.js"), + self.data.url("lib/collectingMetadata.js"), self.data.url("tweaks/preprocessDuplicates.js"), self.data.url("tweaks/viewSource.js"), self.data.url("lib/color.js"), |