diff options
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index 9f504c0..dcaa43c 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -22,8 +22,8 @@ BZPage.prototype.getURL = function getURL () { return this.doc.location.href; }; -BZPage.prototype.toString = function toString () { - return "[Object BZPage]"; +BZPage.prototype.getBugId = function getBugId () { + return util.getBugNo(this.doc.location.href); }; //exports.BZPage = apiUtils.publicConstructor(BZPage); |