Skip to content

Commit

Permalink
Removed trailing comma in common_test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Mar 2, 2009
1 parent 0c95dac commit 8b6cc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/common_test.html
Expand Up @@ -57,7 +57,7 @@ <h1>JavaScript unit test file</h1>
assertEqual('0f', JsUnitTest.toHexString(15));
assertEqual('f0', JsUnitTest.toHexString(240));
assertEqual('ff', JsUnitTest.toHexString(255));
}},
}}



Expand All @@ -66,4 +66,4 @@ <h1>JavaScript unit test file</h1>
// ]]>
</script>
</body>
</html>
</html>

0 comments on commit 8b6cc00

Please sign in to comment.