diff --git a/scripts/developer/tests/bindUnitTest.js b/scripts/developer/tests/bindUnitTest.js index 38c2fb350f..95fd497916 100644 --- a/scripts/developer/tests/bindUnitTest.js +++ b/scripts/developer/tests/bindUnitTest.js @@ -18,7 +18,7 @@ describe('Bind', function() { return callAnotherFn(function() { return this.foo; }.bind(this)); - } + }; var instance = new TestConstructor();