Skip to content

Commit

Permalink
Build dist for 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Sep 14, 2010
1 parent 85c265e commit b2557e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-html.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
4 changes: 2 additions & 2 deletions lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -2416,6 +2416,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {
jasmine.version_= {
"major": 1,
"minor": 0,
"build": "0.rc1",
"revision": 1282853377
"build": 0,
"revision": 1284494074
};
2 changes: 1 addition & 1 deletion pages
Submodule pages updated from 05a3ab to 866083

0 comments on commit b2557e4

Please sign in to comment.