html helper html.table attributes property is missing

I was looking through the docs and came upon the html.table()
function. In the example and docs it says you can pass a struct of
attributes. I tried and this failed. So I looked at the dump of the
html object. There is no attributes parameter in there. I downloaded
Coldbox 3.1 from http://coldbox.org/download, so I would assume that
the docs and application would match up.
This is what was in the dump for table

Arguments:
Name Required Type Default
data Required any
includes Optional string [empty string]
excludes Optional string [empty string]
name Optional string [empty string]
ReturnType: any
Roles:
Access: public
Output: false
DisplayName:
Hint: Convert a table out of data (either a query or array of
structures or array of entities)

Added
<cfargument name="attributes" type="string" required="false"
default="" hint="The attributes for the table"/> at the end of the
argumentsin HTMLHelper.cfc @line 287

Then added:@line 300 Dont forget to add the extra space to the
str.append("<Table");
str.append("<Table ");
str.append(attributes);

Confused. Is this a fix or a bug?

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano