Descripeinces Between Documentation and Code

When looking at the documentation for the evolutionTagTextBox, found here: community.telligent.com/.../evolutiontagtextbox-jquery-plugin, it states the only option allowed is AllOptions. An array of tag options. However in the code for for Forums - Create/Edit Post, the default widget is passing in an object with an applicaitonId.

context.tagBox.evolutionTagTextBox({applicationId:context.applicationId});

Can the documentation please be updated to reflect all options of this function?

Thank you!