mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 22:29:40 +02:00
7
This commit is contained in:
parent
debaf9be99
commit
ff0e2195bc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ describe('Promise animation', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('also takes animation packs', function() {
|
it('also takes animation packs', function() {
|
||||||
var value = 7;
|
var value = 8;
|
||||||
var animation = new PromiseAnimation({
|
var animation = new PromiseAnimation({
|
||||||
animation: function() { value++; }
|
animation: function() { value++; }
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue