File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2193,6 +2193,7 @@ getJasmineRequireObj().DelayedFunctionScheduler = function(j$) {
21932193 }
21942194
21952195 do {
2196+ deletedKeys = [ ] ;
21962197 var newCurrentTime = scheduledLookup . shift ( ) ;
21972198 tickDate ( newCurrentTime - currentTime ) ;
21982199
@@ -2215,7 +2216,6 @@ getJasmineRequireObj().DelayedFunctionScheduler = function(j$) {
22152216 }
22162217 funcToRun . funcToCall . apply ( null , funcToRun . params || [ ] ) ;
22172218 } ) ;
2218- deletedKeys = [ ] ;
22192219 } while ( scheduledLookup . length > 0 &&
22202220 // checking first if we're out of time prevents setTimeout(0)
22212221 // scheduled in a funcToRun from forcing an extra iteration
@@ -5538,5 +5538,5 @@ getJasmineRequireObj().UserContext = function(j$) {
55385538} ;
55395539
55405540getJasmineRequireObj ( ) . version = function ( ) {
5541- return '2.9.0 ' ;
5541+ return '2.9.1 ' ;
55425542} ;
Original file line number Diff line number Diff line change 44#
55module Jasmine
66 module Core
7- VERSION = "2.9.0 "
7+ VERSION = "2.9.1 "
88 end
99end
Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-core" ,
33 "license" : " MIT" ,
4- "version" : " 2.9.0 " ,
4+ "version" : " 2.9.1 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/jasmine/jasmine.git"
Original file line number Diff line number Diff line change 1+ # Jasmine Core 2.9.1 Release Notes
2+
3+ ## Summary
4+
5+ This is a hotfix release to fix a breaking change from the 2.9.0 release
6+
7+ ## Changes
8+
9+ * Clear timeouts when starting to process a milli instead of at the end
10+ - Fixes #1482
11+
12+
13+ ------
14+
15+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments