Wait to merge
diff --git a/js/Key.js b/js/Key.js
index 7f02090..ecce73d 100644
--- a/js/Key.js
+++ b/js/Key.js
@@ -148,10 +148,8 @@
  * KeyName is only used by KeyLocator.
  */
 var KeyName = function KeyName() {
-	
-
-	this.contentName = this.contentName;//contentName
-	this.publisherID =this.publisherID;//publisherID
+	this.contentName = this.contentName;  //contentName
+	this.publisherID = this.publisherID;  //publisherID
 
 };