Add forgotten tag -> camliTag rename.

Change-Id: I70ae2610131981c40710728e3c1b6f1fe232f805
This commit is contained in:
Brad Fitzpatrick 2011-07-02 10:35:46 -07:00
parent 76b446ad40
commit 5b583ee6e8
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ function onBlobDescribed(jres) {
c.appendChild(a);
}
var tags = permanodeObject.attr.tag;
var tags = permanodeObject.attr.camliTag;
for (idx in tags) {
var tag = tags[idx];