aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r--lib/bzpage.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js
index 608e21e..635ec7d 100644
--- a/lib/bzpage.js
+++ b/lib/bzpage.js
@@ -142,15 +142,6 @@ var BZPage = function BZPage(win, config) {
};
/**
- * Get the ID of the bug.
- *
- * @return string
- */
-BZPage.prototype.getBugId = function getBugId () {
- return util.getBugNo(this.doc.location.href);
-};
-
-/**
* In case URL contains alias, not the real bug number, get the real bug no
* from the XML representation. Sets correct value to this.bugNo.
*/