mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 19:58:15 +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 this.foo;
|
||||
}.bind(this));
|
||||
}
|
||||
};
|
||||
|
||||
var instance = new TestConstructor();
|
||||
|
||||
|
|
Loading…
Reference in a new issue