Documentation updates

This commit is contained in:
ragaskar
2009-03-01 05:34:39 -08:00
parent dd8f248f7b
commit 2c8c3464b2
2 changed files with 174 additions and 44 deletions

2
test/bootstrap.js vendored
View File

@@ -21,7 +21,7 @@ Reporter.prototype.toJSON = function(object) {
Reporter.prototype.test = function (result, message) {
this.total++;
if (result) {
if (result) {
this.passes++;
iconElement = document.getElementById('icons');
iconElement.appendChild(createElement('img', {src: '../images/go-16.png'}));