commit | e37e9af1b6404676bd0871ee1ade773a3d0fc59d | [log] [tgz] |
---|---|---|
author | Meki Cherkaoui <meki.cherkaoui@gmail.com> | Fri May 18 16:48:49 2012 -0700 |
committer | Meki Cherkaoui <meki.cherkaoui@gmail.com> | Fri May 18 16:48:49 2012 -0700 |
tree | 6083dbbcb8bb0363fb77ab5e91e57912ca142bd1 | |
parent | 4577250481749949c46212bf07a5bf0eaf7bebba [diff] |
Adding comment
diff --git a/js/Interest.js b/js/Interest.js index 03f792d..3c46887 100644 --- a/js/Interest.js +++ b/js/Interest.js
@@ -4,7 +4,8 @@ */ var Interest = function Interest(_Name,_FaceInstance,_MinSuffixComponents,_MaxSuffixComponents,_PublisherPublicKeyDigest, _Exclude, _ChildSelector,_AnswerOriginKind,_Scope,_InterestLifetime,_Nonce){ - + + //Setting fields this.Name = _Name; this.FaceInstance = _FaceInstance; this.MaxSuffixComponents = _MaxSuffixComponents;