Version 1.3.1

This commit is contained in:
Davis W. Frank & Rajan Agaskar
2012-12-03 09:51:08 -08:00
parent 1f9004eaa3
commit fd91433792
6 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ jasmine.HtmlReporter = function(_doc) {
dom.symbolSummary = self.createDom('ul', {className: 'symbolSummary'}),
dom.alert = self.createDom('div', {className: 'alert'},
self.createDom('span', { className: 'exceptions' },
self.createDom('label', { className: 'label', for: 'no_try_catch' }, 'No try/catch'),
self.createDom('label', { className: 'label', 'for': 'no_try_catch' }, 'No try/catch'),
self.createDom('input', { id: 'no_try_catch', type: 'checkbox' }))),
dom.results = self.createDom('div', {className: 'results'},
dom.summary = self.createDom('div', { className: 'summary' }),

View File

@@ -2595,6 +2595,6 @@ jasmine.WaitsForBlock.prototype.execute = function(onComplete) {
jasmine.version_= {
"major": 1,
"minor": 3,
"build": 0,
"revision": 1354127958
"build": 1,
"revision": 1354556913
};

View File

@@ -1,6 +1,6 @@
module Jasmine
module Core
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end

2
pages

Submodule pages updated: 00ba05c213...dae7b20e1c

View File

@@ -2,6 +2,6 @@
jasmine.version_= {
"major": 1,
"minor": 3,
"build": 0,
"revision": 1354127999
"build": 1,
"revision": 1354556913
};

View File

@@ -1,5 +1,5 @@
{
"major": 1,
"minor": 3,
"build": 0
"build": 1
}