Fix JavaScript unit test breakages from the recent Markdown changes.

Review Request #4888 — Created Nov. 4, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Fix JavaScript unit test breakages from the recent Markdown changes.

The Markdown editor changes I recently made didn't pass the JavaScript
test suite. This brings the unit tests back to working order.

Ran the test suite. All tests pass.

reviewboard/static/rb/js/views/commentDialogView.js
reviewboard/static/rb/js/views/markdownEditorView.js
reviewboard/static/rb/js/views/tests/commentDialogViewTests.js
reviewboard/static/rb/js/views/tests/reviewDialogViewTests.js
reviewboard/static/rb/js/views/tests/reviewRequestEditorViewTests.js
Loading...