diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-05-31 19:17:19 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-05-31 19:17:19 +0200 |
commit | 475c2df048fa5c42ba913ceeba3e6201938031f7 (patch) | |
tree | 5a77c7f6c5bff188ce96020d6186fcb2f07696e5 /lib/util.js | |
parent | 2447e31a804eb7d7fe5ef01b974cba3b615e0594 (diff) | |
download | bugzilla-triage-475c2df048fa5c42ba913ceeba3e6201938031f7.tar.gz |
rewrite util.js to be more compliant with SDK usage.
Diffstat (limited to 'lib/util.js')
-rw-r--r-- | lib/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js index 66976fd..3416b7b 100644 --- a/lib/util.js +++ b/lib/util.js @@ -23,7 +23,7 @@ var urlMod = require("url"); * Father.call(this,x); * this.wife = w; * } - * Son.prototype = hlpr.heir(Father); + * Son.prototype = heir(Father); * Son.prototype.constructor = Son; * </pre> */ |