Build dist for 1.0.0.
This commit is contained in:
parent
85c265e7c5
commit
b2557e4ebe
|
@ -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 ",
|
||||
|
|
|
@ -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
pages
2
pages
|
@ -1 +1 @@
|
|||
Subproject commit 05a3ab4054759ec2cb886e06efbcba07131b6789
|
||||
Subproject commit 866083b45c3113a33b07d696662eda3871d3ca4d
|
Loading…
Reference in New Issue