commit | 98b595c4b001f5170453e0d6d10f92142128162b | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Sun Dec 30 10:14:26 2012 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Sun Dec 30 10:14:26 2012 -0800 |
tree | b449f78c041973faf0466d96cd1f7efb84c545ef | |
parent | 82854bd6cfa00366bdb03a63b9c3476d740aed88 [diff] [blame] |
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 };