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