add errant semicolon

This commit is contained in:
Ryan Jones 2016-11-29 11:56:11 -08:00
parent 251b070db3
commit 01ae2b9452

View file

@ -18,7 +18,7 @@ describe('Bind', function() {
return callAnotherFn(function() {
return this.foo;
}.bind(this));
}
};
var instance = new TestConstructor();