Change the function signature for RB.formatText to accept options.

Review Request #6425 — Created Oct. 9, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
7e83046...

Reviewers

RB.formatText will be taking a slightly different role in the Markdown
changes. In preparation, and to keep the code future-proof, it now takes
an options attribute instead of the options being passed as positional
arguments.

Unit tests pass.

Tested manually.

    Loading...