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;