mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
add errant semicolon
This commit is contained in:
parent
251b070db3
commit
01ae2b9452
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe('Bind', function() {
|
||||||
return callAnotherFn(function() {
|
return callAnotherFn(function() {
|
||||||
return this.foo;
|
return this.foo;
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}
|
};
|
||||||
|
|
||||||
var instance = new TestConstructor();
|
var instance = new TestConstructor();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue