Cleanup comments in various source files.

Former-commit-id: 02e8223692e4678e78a0eadc4ffaed3e27b5a49f
This commit is contained in:
John-David Dalton
2013-02-24 22:50:10 -08:00
parent f26b1da1b5
commit 5b27ae0371
3 changed files with 5 additions and 4 deletions

View File

@@ -2941,7 +2941,8 @@
/*--------------------------------------------------------------------------*/
// configure QUnit and call `QUnit.start()` for Narwhal, Node.js, PhantomJS, Rhino, and RingoJS
// configure QUnit and call `QUnit.start()` for
// Narwhal, Node.js, PhantomJS, Rhino, and RingoJS
if (!window.document || window.phantom) {
QUnit.config.noglobals = true;
QUnit.start();