| Index: third_party/jstemplate/jsevalcontext.js
 | 
| diff --git a/third_party/jstemplate/jsevalcontext.js b/third_party/jstemplate/jsevalcontext.js
 | 
| index 52bbc62cead51eea373c634cf2d24d691dd137fd..f958a1ef40b3e5db00a709e2b1cdcc01ad3e9628 100644
 | 
| --- a/third_party/jstemplate/jsevalcontext.js
 | 
| +++ b/third_party/jstemplate/jsevalcontext.js
 | 
| @@ -243,7 +243,7 @@ JsEvalContext.prototype.jsexec = function(exprFunction, template) {
 | 
|   *
 | 
|   * @param {Object} data The new context object.
 | 
|   *
 | 
| - * @param {number} index Position of the new context when multiply
 | 
| + * @param {number|string} index Position of the new context when multiply
 | 
|   * instantiated. (See implementation of jstSelect().)
 | 
|   * 
 | 
|   * @param {number} count The total number of contexts that were multiply
 | 
| 
 |