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
|
|
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.
|
|
3453
|
+
return '2.4.1';
|
|
3454
3454
|
};
|