Build dist for 1.0.0.
This commit is contained in:
@@ -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
Submodule pages updated: 05a3ab4054...866083b45c
Reference in New Issue
Block a user