diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-10-23 23:09:36 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-10-23 23:09:36 +0200 |
commit | e0c0b5d7642b1a83de3763febaaba102ab37d1bf (patch) | |
tree | 6f6b00cc32f4a9cd4cc30ddef90c90cd6ca497d1 /lib/rhbzpage.js | |
parent | df33c6920d9dd3765202b86614b660d2c8f85db2 (diff) | |
download | bugzilla-triage-e0c0b5d7642b1a83de3763febaaba102ab37d1bf.tar.gz |
Jetpack-SDK currently provides clipboard and selection libraries.
So there is no need to do our own.
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index 0d9aad0..630aeb1 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -6,7 +6,6 @@ var util = require("util"); var xrpc = require("xmlrpc"); var apiUtils = require("api-utils"); var self = require("self"); -var clip = require("clipboard"); var Color = require("color").Color; var BZPage = require("bzpage").BZPage; var Request = require("request").Request; |