jasmine-core 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -612,7 +612,7 @@ getJasmineRequireObj().Env = function(j$) {
612
612
 
613
613
  while(suite) {
614
614
  befores = befores.concat(suite.beforeFns);
615
- afters = afters.concat(suite.afterFns.reverse());
615
+ afters = afters.concat(suite.afterFns);
616
616
 
617
617
  suite = suite.parentSuite;
618
618
  }
@@ -3450,5 +3450,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
3450
3450
  };
3451
3451
 
3452
3452
  getJasmineRequireObj().version = function() {
3453
- return '2.4.0';
3453
+ return '2.4.1';
3454
3454
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jasmine-core",
3
3
  "license": "MIT",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jasmine/jasmine.git"