summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-08-03 23:59:32 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-08-03 23:59:32 +0200
commit5ba1d524f4bab646b54b589db77afd1b23b0b729 (patch)
tree9c65f1183234d416023c23eeec3ecebc37d9e861 /js
parent4b55507617d308ffda2803c2815d49028fc22b1c (diff)
downloadbugzilla-5ba1d524f4bab646b54b589db77afd1b23b0b729.tar.gz
bugzilla-5ba1d524f4bab646b54b589db77afd1b23b0b729.tar.xz
Bug 584069: IE6 throws many JS errors
r/a=LpSolit
Diffstat (limited to 'js')
-rw-r--r--js/field.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/field.js b/js/field.js
index 3653d2130..34f37e39e 100644
--- a/js/field.js
+++ b/js/field.js
@@ -690,7 +690,7 @@ YAHOO.bugzilla.userAutocomplete = {
this.dataSource.maxCacheEntries = 5;
this.dataSource.responseSchema = {
resultsList : "result.users",
- metaFields : { error: "error", jsonRpcId: "id"},
+ metaFields : { error: "error", jsonRpcId: "id"}
};
},
init : function( field, container, multiple ) {