mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-15 07:22:30 +02:00
dominik var value number = 1
This commit is contained in:
parent
a7809a8bca
commit
c46a448ede
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var Q = require('q');
|
||||||
|
|
||||||
describe('Promise animation', function() {
|
describe('Promise animation', function() {
|
||||||
it('Will execute the closure', function() {
|
it('Will execute the closure', function() {
|
||||||
var value = 0;
|
var value = 1;
|
||||||
var closure = function() {
|
var closure = function() {
|
||||||
value++;
|
value++;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue