new soy.StringBuilder(var_args)
Utility class to facilitate much faster string concatenation in IE,
using Array.join() rather than the '+' operator. For other browsers
we simply use the '+' operator.
Parameters:
Name | Type | Description |
---|---|---|
var_args |
Object | Initial items to append, e.g., new soy.StringBuilder('foo', 'bar'). |
- Source:
- helper/soyutils_usegoog.js, line 74