[Pkg-javascript-commits] [node-keygrip] 62/68: make Keygrip the constructor
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Jun 27 22:13:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-keygrip.
commit fc6ccd99310fc3accd6250e827ff575afc71af1c
Author: Jonathan Ong <jonathanrichardong at gmail.com>
Date: Wed Jun 18 00:36:33 2014 -0700
make Keygrip the constructor
wow JS
---
index.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/index.js b/index.js
index 6c429de..14b04f8 100644
--- a/index.js
+++ b/index.js
@@ -25,6 +25,8 @@ function Keygrip(keys) {
*/
Keygrip.prototype = {
+ constructor: Keygrip,
+
get hash() {
return this._hash
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-keygrip.git
More information about the Pkg-javascript-commits
mailing list