Skip to content

Commit

Permalink
Changed 'Javascript' to 'CoffeeScript'
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfox committed Feb 10, 2012
1 parent 66e5f12 commit a7bdc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine/coffeekoans-jasmine-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CoffeeKoansReporter.prototype.createDom = function(type, attrs, childrenVarArgs)

CoffeeKoansReporter.prototype.reportRunnerStarting = function(runner) {
this.outerDiv = this.createDom('div', { className: 'jasmine_reporter show-passed' },
this.createDom('h1', { }, "Javascript Koans"),
this.createDom('h1', { }, "CoffeeScript Koans"),
this.runnerDiv = this.createDom('div', { className: 'runner running' },
this.runnerMessageSpan = this.createDom('span', { classname: 'running' }, "Contemplating naval..."),
this.finishedAtSpan = this.createDom('span', { className: 'finished-at' }, ""))
Expand Down

0 comments on commit a7bdc40

Please sign in to comment.