aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-13 00:04:16 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-13 00:04:16 +0200
commitcb1f3478e20a3d70ec90e95343345a4bb92d7711 (patch)
tree7a3020105bb0d62d721a44622170e6bea51e0160 /lib/rhbzpage.js
parent33f1d90438b3a4a20ce354f2d080a1d1d770487f (diff)
downloadbugzilla-triage-cb1f3478e20a3d70ec90e95343345a4bb92d7711.tar.gz
Another unsatisfactory result.
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index da3bf92..6127c33 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -29,7 +29,12 @@ var RHBugzillaPage = function RHBugzillaPage(doc, config) {
console.log("Now we are outside!");
}; // END OF RHBugzillaPage CONSTRUCTOR
+RHBugzillaPage.prototype.toString = function toString () {
+ return ("[Object RHBugzillaPage]");
+};
+
RHBugzillaPage.prototype = util.heir(BZPage.prototype);
RHBugzillaPage.prototype.constructor = RHBugzillaPage;
-exports.RHBugzillaPage = apiUtils.publicConstructor(RHBugzillaPage); \ No newline at end of file
+//exports.RHBugzillaPage = apiUtils.publicConstructor(RHBugzillaPage);
+exports.RHBugzillaPage = RHBugzillaPage; \ No newline at end of file