Skip to content

Commit

Permalink
Add link to jasmine site from html runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Sep 12, 2010
1 parent 6853443 commit cc36a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/TrivialReporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) {
this.outerDiv = this.createDom('div', { className: 'jasmine_reporter' },
this.createDom('div', { className: 'banner' },
this.createDom('div', { className: 'logo' },
"Jasmine",
this.createDom('a', { href: 'http://pivotal.github.com/jasmine/', target: "_blank" }, "Jasmine"),
this.createDom('span', { className: 'version' }, runner.env.versionString())),
this.createDom('div', { className: 'options' },
"Show ",
Expand Down

0 comments on commit cc36a18

Please sign in to comment.